Html Css Color HEX #D65618 Chocolate

📋 copy color: '#D65618'

red 214 ◦ green 86 ◦ blue 24

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

Shades of Chocolate #D65618

Tints of Chocolate #D65618

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.54%

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

R = 66.05%
G = 26.54%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D65618 (or 0xD65618) is known color: Chocolate. HEX triplet: D6, 56 and 18. RGB value is (214,86,24). Sum of RGB (Red+Green+Blue) = 214+86+24=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D65618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65618 is #29A9E7. Grayscale: #757575. Windows color (decimal): -2730472 or 1595094. OLE color: 1595094.

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

Color convert

RGB 214 86 24 -
CMYK 0 0.60 0.89 0.16
HSL 19.58º 0.8% 0.47% -
HSV(B) 19.58º 0.89% 0.84% -
XYZ 31.22 21.02 3.28 -
YUV 117.2 75.41 197.04 -
System Red Green Blue C M Y K H S L
Decimal 214 86 24 0 0.60 0.89 0.16 19.58 0.8 0.47
Hex D6 56 18 0 3C 59 10 14 50 2F
Octal 326 126 30 0 74 131 20 24 120 57
Binary 11010110 1010110 11000 0 111100 1011001 10000 10100 1010000 101111

Color Harmonies of #D65618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65618

Black with #D65618

Text Example


Text Example

White with #D65618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65618; }

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

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

background-color css

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

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

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

border-color css

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

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

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