Html Css Color HEX #D66A12 Chocolate

📋 copy color: '#D66A12'

red 214 ◦ green 106 ◦ blue 18

#D66A12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #D66A12

Tints of Chocolate #D66A12

RGB

 RED value IS 214 (83.98% from 255) = 63.31%

 GREEN value IS 106 (41.8% from 255) = 31.36%

 BLUE value IS 18 (7.42% from 255) = 5.33%

R = 63.31%
G = 31.36%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D66A12 (or 0xD66A12) is known color: Chocolate. HEX triplet: D6, 6A and 12. RGB value is (214,106,18). Sum of RGB (Red+Green+Blue) = 214+106+18=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66A12 is #2995ED. Grayscale: #808080. Windows color (decimal): -2725358 or 1206998. OLE color: 1206998.

HSL color Cylindrical-coordinate representation of color #D66A12: hue angle of 26.94º 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 #D66A12 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 106 18 -
CMYK 0 0.50 0.92 0.16
HSL 26.94º 0.84% 0.45% -
HSV(B) 26.94º 0.92% 0.84% -
XYZ 32.99 24.65 3.59 -
YUV 128.26 65.78 189.16 -
System Red Green Blue C M Y K H S L
Decimal 214 106 18 0 0.50 0.92 0.16 26.94 0.84 0.45
Hex D6 6A 12 0 32 5C 10 1B 54 2D
Octal 326 152 22 0 62 134 20 33 124 55
Binary 11010110 1101010 10010 0 110010 1011100 10000 11011 1010100 101101

Color Harmonies of #D66A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A12

Black with #D66A12

Text Example


Text Example

White with #D66A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A12; }

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

 H1.HeaderClassName
 {
   color: #D66A12;
 }
 .AnyTagClassName
 {
   color: #D66A12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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