Html Css Color HEX #D66016 Chocolate

📋 copy color: '#D66016'

red 214 ◦ green 96 ◦ blue 22

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

Shades of Chocolate #D66016

Tints of Chocolate #D66016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.92%

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

R = 64.46%
G = 28.92%
B = 6.63%

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

#D66016 (or 0xD66016) is known color: Chocolate. HEX triplet: D6, 60 and 16. RGB value is (214,96,22). Sum of RGB (Red+Green+Blue) = 214+96+22=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D66016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66016 is #299FE9. Grayscale: #7B7B7B. Windows color (decimal): -2727914 or 1466582. OLE color: 1466582.

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

Color convert

RGB 214 96 22 -
CMYK 0 0.55 0.90 0.16
HSL 23.13º 0.81% 0.46% -
HSV(B) 23.13º 0.9% 0.84% -
XYZ 32.06 22.72 3.45 -
YUV 122.85 71.09 193.02 -
System Red Green Blue C M Y K H S L
Decimal 214 96 22 0 0.55 0.90 0.16 23.13 0.81 0.46
Hex D6 60 16 0 37 5A 10 17 51 2E
Octal 326 140 26 0 67 132 20 27 121 56
Binary 11010110 1100000 10110 0 110111 1011010 10000 10111 1010001 101110

Color Harmonies of #D66016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66016

Black with #D66016

Text Example


Text Example

White with #D66016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66016; }

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

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

background-color css

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

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

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

border-color css

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

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

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