Html Css Color HEX #D65218 Chocolate

📋 copy color: '#D65218'

red 214 ◦ green 82 ◦ blue 24

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

Shades of Chocolate #D65218

Tints of Chocolate #D65218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.63%

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

R = 66.88%
G = 25.63%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D65218 (or 0xD65218) is known color: Chocolate. HEX triplet: D6, 52 and 18. RGB value is (214,82,24). Sum of RGB (Red+Green+Blue) = 214+82+24=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D65218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65218 is #29ADE7. Grayscale: #737373. Windows color (decimal): -2731496 or 1594070. OLE color: 1594070.

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

Color convert

RGB 214 82 24 -
CMYK 0 0.62 0.89 0.16
HSL 18.32º 0.8% 0.47% -
HSV(B) 18.32º 0.89% 0.84% -
XYZ 30.91 20.4 3.17 -
YUV 114.86 76.73 198.72 -
System Red Green Blue C M Y K H S L
Decimal 214 82 24 0 0.62 0.89 0.16 18.32 0.8 0.47
Hex D6 52 18 0 3E 59 10 12 50 2F
Octal 326 122 30 0 76 131 20 22 120 57
Binary 11010110 1010010 11000 0 111110 1011001 10000 10010 1010000 101111

Color Harmonies of #D65218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65218

Black with #D65218

Text Example


Text Example

White with #D65218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65218; }

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

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

background-color css

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

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

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

border-color css

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

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

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