Html Css Color HEX #D66F16 Chocolate

📋 copy color: '#D66F16'

red 214 ◦ green 111 ◦ blue 22

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

Shades of Chocolate #D66F16

Tints of Chocolate #D66F16

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.99%

 BLUE value IS 22 (8.98% from 255) = 6.34%

R = 61.67%
G = 31.99%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D66F16 (or 0xD66F16) is known color: Chocolate. HEX triplet: D6, 6F and 16. RGB value is (214,111,22). Sum of RGB (Red+Green+Blue) = 214+111+22=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66F16 is #2990E9. Grayscale: #848484. Windows color (decimal): -2724074 or 1470422. OLE color: 1470422.

HSL color Cylindrical-coordinate representation of color #D66F16: hue angle of 27.81º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D66F16 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 111 22 -
CMYK 0 0.48 0.90 0.16
HSL 27.81º 0.81% 0.46% -
HSV(B) 27.81º 0.9% 0.84% -
XYZ 33.56 25.72 3.96 -
YUV 131.65 66.12 186.74 -
System Red Green Blue C M Y K H S L
Decimal 214 111 22 0 0.48 0.90 0.16 27.81 0.81 0.46
Hex D6 6F 16 0 30 5A 10 1C 51 2E
Octal 326 157 26 0 60 132 20 34 121 56
Binary 11010110 1101111 10110 0 110000 1011010 10000 11100 1010001 101110

Color Harmonies of #D66F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F16

Black with #D66F16

Text Example


Text Example

White with #D66F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F16; }

 p { color: rgb(214,111,22); }

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

background-color css

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

 a { background-color: rgb(214,111,22); }

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

border-color css

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

 span { border-color: rgb(214,111,22); }

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