Html Css Color HEX #D66018 Chocolate

📋 copy color: '#D66018'

red 214 ◦ green 96 ◦ blue 24

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

Shades of Chocolate #D66018

Tints of Chocolate #D66018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.19%

R = 64.07%
G = 28.74%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D66018 (or 0xD66018) is known color: Chocolate. HEX triplet: D6, 60 and 18. RGB value is (214,96,24). Sum of RGB (Red+Green+Blue) = 214+96+24=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D66018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66018 is #299FE7. Grayscale: #7B7B7B. Windows color (decimal): -2727912 or 1597654. OLE color: 1597654.

HSL color Cylindrical-coordinate representation of color #D66018: hue angle of 22.74º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D66018 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 96 24 -
CMYK 0 0.55 0.89 0.16
HSL 22.74º 0.8% 0.47% -
HSV(B) 22.74º 0.89% 0.84% -
XYZ 32.08 22.73 3.56 -
YUV 123.07 72.09 192.85 -
System Red Green Blue C M Y K H S L
Decimal 214 96 24 0 0.55 0.89 0.16 22.74 0.8 0.47
Hex D6 60 18 0 37 59 10 17 50 2F
Octal 326 140 30 0 67 131 20 27 120 57
Binary 11010110 1100000 11000 0 110111 1011001 10000 10111 1010000 101111

Color Harmonies of #D66018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66018

Black with #D66018

Text Example


Text Example

White with #D66018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66018; }

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

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

background-color css

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

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

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

border-color css

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

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

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