Html Css Color HEX #D05718 Chocolate

📋 copy color: '#D05718'

red 208 ◦ green 87 ◦ blue 24

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

Shades of Chocolate #D05718

Tints of Chocolate #D05718

RGB

 RED value IS 208 (81.64% from 255) = 65.2%

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

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

R = 65.2%
G = 27.27%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D05718 (or 0xD05718) is known color: Chocolate. HEX triplet: D0, 57 and 18. RGB value is (208,87,24). Sum of RGB (Red+Green+Blue) = 208+87+24=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D05718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05718 is #2FA8E7. Grayscale: #747474. Windows color (decimal): -3123432 or 1595344. OLE color: 1595344.

HSL color Cylindrical-coordinate representation of color #D05718: hue angle of 20.54º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D05718 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 87 24 -
CMYK 0 0.58 0.88 0.18
HSL 20.54º 0.79% 0.45% -
HSV(B) 20.54º 0.88% 0.82% -
XYZ 29.59 20.29 3.22 -
YUV 116 76.09 193.62 -
System Red Green Blue C M Y K H S L
Decimal 208 87 24 0 0.58 0.88 0.18 20.54 0.79 0.45
Hex D0 57 18 0 3A 58 12 15 4F 2D
Octal 320 127 30 0 72 130 22 25 117 55
Binary 11010000 1010111 11000 0 111010 1011000 10010 10101 1001111 101101

Color Harmonies of #D05718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05718

Black with #D05718

Text Example


Text Example

White with #D05718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05718; }

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

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

background-color css

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

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

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

border-color css

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

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

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