Html Css Color HEX #D66B11 Chocolate

📋 copy color: '#D66B11'

red 214 ◦ green 107 ◦ blue 17

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

Shades of Chocolate #D66B11

Tints of Chocolate #D66B11

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.66%

 BLUE value IS 17 (7.03% from 255) = 5.03%

R = 63.31%
G = 31.66%
B = 5.03%

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

#D66B11 (or 0xD66B11) is known color: Chocolate. HEX triplet: D6, 6B and 11. RGB value is (214,107,17). Sum of RGB (Red+Green+Blue) = 214+107+17=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66B11 is #2994EE. Grayscale: #818181. Windows color (decimal): -2725103 or 1141718. OLE color: 1141718.

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

Color convert

RGB 214 107 17 -
CMYK 0 0.50 0.92 0.16
HSL 27.41º 0.85% 0.45% -
HSV(B) 27.41º 0.92% 0.84% -
XYZ 33.09 24.85 3.58 -
YUV 128.73 64.95 188.82 -
System Red Green Blue C M Y K H S L
Decimal 214 107 17 0 0.50 0.92 0.16 27.41 0.85 0.45
Hex D6 6B 11 0 32 5C 10 1B 55 2D
Octal 326 153 21 0 62 134 20 33 125 55
Binary 11010110 1101011 10001 0 110010 1011100 10000 11011 1010101 101101

Color Harmonies of #D66B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66B11

Black with #D66B11

Text Example


Text Example

White with #D66B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66B11; }

 p { color: rgb(214,107,17); }

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

background-color css

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

 a { background-color: rgb(214,107,17); }

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

border-color css

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

 span { border-color: rgb(214,107,17); }

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