Html Css Color HEX #D66218 Chocolate

📋 copy color: '#D66218'

red 214 ◦ green 98 ◦ blue 24

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

Shades of Chocolate #D66218

Tints of Chocolate #D66218

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

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

R = 63.69%
G = 29.17%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D66218 (or 0xD66218) is known color: Chocolate. HEX triplet: D6, 62 and 18. RGB value is (214,98,24). Sum of RGB (Red+Green+Blue) = 214+98+24=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D66218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66218 is #299DE7. Grayscale: #7C7C7C. Windows color (decimal): -2727400 or 1598166. OLE color: 1598166.

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

Color convert

RGB 214 98 24 -
CMYK 0 0.54 0.89 0.16
HSL 23.37º 0.8% 0.47% -
HSV(B) 23.37º 0.89% 0.84% -
XYZ 32.26 23.1 3.62 -
YUV 124.25 71.43 192.02 -
System Red Green Blue C M Y K H S L
Decimal 214 98 24 0 0.54 0.89 0.16 23.37 0.8 0.47
Hex D6 62 18 0 36 59 10 17 50 2F
Octal 326 142 30 0 66 131 20 27 120 57
Binary 11010110 1100010 11000 0 110110 1011001 10000 10111 1010000 101111

Color Harmonies of #D66218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66218

Black with #D66218

Text Example


Text Example

White with #D66218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66218; }

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

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

background-color css

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

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

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

border-color css

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

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

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