#D65D12

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

Shades of Chocolate #D65D12

Tints of Chocolate #D65D12

Color information

#D65D12 (or 0xD65D12) is unknown color: approx Chocolate. HEX triplet: D6, 5D and 12. RGB value is (214,93,18). Sum of RGB (Red+Green+Blue) = 214+93+18=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65D12 is #29A2ED. Grayscale: #797979. Windows color (decimal): -2728686 or 1203670. OLE color: 1203670.

HSL color Cylindrical-coordinate representation of color #D65D12: hue angle of 22.96º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D65D12 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB2149318-
CMYK00.570.920.16
HSL22.96º84.48%45.49%-
HSV(B)22.96º91.59%83.92%-
XYZ31.7622.173.18-
YUV120.6370.09194.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 65.85%
GREEN value IS 93 (36.72% from 255) = 28.62%
BLUE value IS 18 (7.42% from 255) = 5.54%
R=65.85%
G=28.62%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214931800.570.920.1622.9684.4845.49
HexD65D120395C1017542d
Octal32613522071134202712455
Binary110101101011101100100111001101110010000101111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65D12; }

 p { color: rgb(214,93,18); }

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

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

 a { background-color: rgb(214,93,18); }

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

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

 span { border-color: rgb(214,93,18); }

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