#D65E1B

Color #D65E1B Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D65E1B

Tints of Chocolate #D65E1B

Color information

#D65E1B (or 0xD65E1B) is unknown color: approx Chocolate. HEX triplet: D6, 5E and 1B. RGB value is (214,94,27). Sum of RGB (Red+Green+Blue) = 214+94+27=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65E1B is #29A1E4. Grayscale: #7A7A7A. Windows color (decimal): -2728421 or 1793750. OLE color: 1793750.

HSL color Cylindrical-coordinate representation of color #D65E1B: hue angle of 21.5º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D65E1B is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB2149427-
CMYK00.560.870.16
HSL21.5º77.59%47.25%-
HSV(B)21.5º87.38%83.92%-
XYZ31.9322.383.67-
YUV122.2474.26193.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 63.88%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 27 (10.94% from 255) = 8.06%
R=63.88%
G=28.06%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214942700.560.870.1621.577.5947.25
HexD65E1B0385710154e2f
Octal32613633070127202511657
Binary110101101011110110110111000101011110000101011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65E1B; }

 p { color: rgb(214,94,27); }

 H1.HeaderClassName
 {
   color: #D65E1B;
 }
 .AnyTagClassName
 {
   color: #D65E1B;
 }
</style>
background-color css

<style>
 a { background-color: #D65E1B; }

 a { background-color: rgb(214,94,27); }

 div.DivClassName
 {
   background-color: #D65E1B;
 }
 .BgClassName
 {
   background-color: #D65E1B;
 }
</style>
border-color css

<style>
 span { border-color: #D65E1B; }

 span { border-color: rgb(214,94,27); }

 td.TdClassName
 {
   border-color: #D65E1B;
 }
 .TagClassName
 {
   border-color: #D65E1B;
 }
</style>