Html Css Color HEX #D66818 Chocolate

📋 copy color: '#D66818'

red 214 ◦ green 104 ◦ blue 24

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

Shades of Chocolate #D66818

Tints of Chocolate #D66818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.41%

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

R = 62.57%
G = 30.41%
B = 7.02%

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

#D66818 (or 0xD66818) is known color: Chocolate. HEX triplet: D6, 68 and 18. RGB value is (214,104,24). Sum of RGB (Red+Green+Blue) = 214+104+24=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D66818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66818 is #2997E7. Grayscale: #808080. Windows color (decimal): -2725864 or 1599702. OLE color: 1599702.

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

Color convert

RGB 214 104 24 -
CMYK 0 0.51 0.89 0.16
HSL 25.26º 0.8% 0.47% -
HSV(B) 25.26º 0.89% 0.84% -
XYZ 32.85 24.26 3.82 -
YUV 127.77 69.44 189.5 -
System Red Green Blue C M Y K H S L
Decimal 214 104 24 0 0.51 0.89 0.16 25.26 0.8 0.47
Hex D6 68 18 0 33 59 10 19 50 2F
Octal 326 150 30 0 63 131 20 31 120 57
Binary 11010110 1101000 11000 0 110011 1011001 10000 11001 1010000 101111

Color Harmonies of #D66818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66818

Black with #D66818

Text Example


Text Example

White with #D66818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66818; }

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

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

background-color css

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

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

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

border-color css

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

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

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