Html Css Color HEX #D66116 Chocolate

📋 copy color: '#D66116'

red 214 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #D66116

Tints of Chocolate #D66116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.13%

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

R = 64.26%
G = 29.13%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D66116 (or 0xD66116) is known color: Chocolate. HEX triplet: D6, 61 and 16. RGB value is (214,97,22). Sum of RGB (Red+Green+Blue) = 214+97+22=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D66116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66116 is #299EE9. Grayscale: #7B7B7B. Windows color (decimal): -2727658 or 1466838. OLE color: 1466838.

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

Color convert

RGB 214 97 22 -
CMYK 0 0.55 0.90 0.16
HSL 23.44º 0.81% 0.46% -
HSV(B) 23.44º 0.9% 0.84% -
XYZ 32.15 22.9 3.49 -
YUV 123.43 70.76 192.6 -
System Red Green Blue C M Y K H S L
Decimal 214 97 22 0 0.55 0.90 0.16 23.44 0.81 0.46
Hex D6 61 16 0 37 5A 10 17 51 2E
Octal 326 141 26 0 67 132 20 27 121 56
Binary 11010110 1100001 10110 0 110111 1011010 10000 10111 1010001 101110

Color Harmonies of #D66116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66116

Black with #D66116

Text Example


Text Example

White with #D66116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66116; }

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

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

background-color css

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

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

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

border-color css

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

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

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