Html Css Color HEX #D65718 Chocolate

📋 copy color: '#D65718'

red 214 ◦ green 87 ◦ blue 24

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

Shades of Chocolate #D65718

Tints of Chocolate #D65718

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

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

R = 65.85%
G = 26.77%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D65718 (or 0xD65718) is known color: Chocolate. HEX triplet: D6, 57 and 18. RGB value is (214,87,24). Sum of RGB (Red+Green+Blue) = 214+87+24=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D65718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65718 is #29A8E7. Grayscale: #767676. Windows color (decimal): -2730216 or 1595350. OLE color: 1595350.

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

Color convert

RGB 214 87 24 -
CMYK 0 0.59 0.89 0.16
HSL 19.89º 0.8% 0.47% -
HSV(B) 19.89º 0.89% 0.84% -
XYZ 31.3 21.18 3.3 -
YUV 117.79 75.08 196.62 -
System Red Green Blue C M Y K H S L
Decimal 214 87 24 0 0.59 0.89 0.16 19.89 0.8 0.47
Hex D6 57 18 0 3B 59 10 14 50 2F
Octal 326 127 30 0 73 131 20 24 120 57
Binary 11010110 1010111 11000 0 111011 1011001 10000 10100 1010000 101111

Color Harmonies of #D65718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65718

Black with #D65718

Text Example


Text Example

White with #D65718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65718; }

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

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

background-color css

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

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

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

border-color css

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

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

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