Html Css Color HEX #D66D24 Chocolate

📋 copy color: '#D66D24'

red 214 ◦ green 109 ◦ blue 36

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

Shades of Chocolate #D66D24

Tints of Chocolate #D66D24

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.36%

 BLUE value IS 36 (14.45% from 255) = 10.03%

R = 59.61%
G = 30.36%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D66D24 (or 0xD66D24) is known color: Chocolate. HEX triplet: D6, 6D and 24. RGB value is (214,109,36). Sum of RGB (Red+Green+Blue) = 214+109+36=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66D24 is #2992DB. Grayscale: #848484. Windows color (decimal): -2724572 or 2387414. OLE color: 2387414.

HSL color Cylindrical-coordinate representation of color #D66D24: hue angle of 24.61º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D66D24 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 109 36 -
CMYK 0 0.49 0.83 0.16
HSL 24.61º 0.71% 0.49% -
HSV(B) 24.61º 0.83% 0.84% -
XYZ 33.52 25.36 4.8 -
YUV 132.07 73.79 186.44 -
System Red Green Blue C M Y K H S L
Decimal 214 109 36 0 0.49 0.83 0.16 24.61 0.71 0.49
Hex D6 6D 24 0 31 53 10 19 47 31
Octal 326 155 44 0 61 123 20 31 107 61
Binary 11010110 1101101 100100 0 110001 1010011 10000 11001 1000111 110001

Color Harmonies of #D66D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66D24

Black with #D66D24

Text Example


Text Example

White with #D66D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66D24; }

 p { color: rgb(214,109,36); }

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

background-color css

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

 a { background-color: rgb(214,109,36); }

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

border-color css

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

 span { border-color: rgb(214,109,36); }

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