Html Css Color HEX #D66918 Chocolate

📋 copy color: '#D66918'

red 214 ◦ green 105 ◦ blue 24

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

Shades of Chocolate #D66918

Tints of Chocolate #D66918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

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

R = 62.39%
G = 30.61%
B = 7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D66918 (or 0xD66918) is known color: Chocolate. HEX triplet: D6, 69 and 18. RGB value is (214,105,24). Sum of RGB (Red+Green+Blue) = 214+105+24=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D66918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66918 is #2996E7. Grayscale: #808080. Windows color (decimal): -2725608 or 1599958. OLE color: 1599958.

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

Color convert

RGB 214 105 24 -
CMYK 0 0.51 0.89 0.16
HSL 25.58º 0.8% 0.47% -
HSV(B) 25.58º 0.89% 0.84% -
XYZ 32.95 24.47 3.85 -
YUV 128.36 69.11 189.09 -
System Red Green Blue C M Y K H S L
Decimal 214 105 24 0 0.51 0.89 0.16 25.58 0.8 0.47
Hex D6 69 18 0 33 59 10 1A 50 2F
Octal 326 151 30 0 63 131 20 32 120 57
Binary 11010110 1101001 11000 0 110011 1011001 10000 11010 1010000 101111

Color Harmonies of #D66918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66918

Black with #D66918

Text Example


Text Example

White with #D66918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66918; }

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

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

background-color css

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

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

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

border-color css

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

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

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