Html Css Color HEX #D05918 Chocolate

📋 copy color: '#D05918'

red 208 ◦ green 89 ◦ blue 24

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

Shades of Chocolate #D05918

Tints of Chocolate #D05918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.73%

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

R = 64.8%
G = 27.73%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D05918 (or 0xD05918) is known color: Chocolate. HEX triplet: D0, 59 and 18. RGB value is (208,89,24). Sum of RGB (Red+Green+Blue) = 208+89+24=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D05918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05918 is #2FA6E7. Grayscale: #757575. Windows color (decimal): -3122920 or 1595856. OLE color: 1595856.

HSL color Cylindrical-coordinate representation of color #D05918: hue angle of 21.2º 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 #D05918 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 89 24 -
CMYK 0 0.57 0.88 0.18
HSL 21.2º 0.79% 0.45% -
HSV(B) 21.2º 0.88% 0.82% -
XYZ 29.75 20.62 3.28 -
YUV 117.17 75.42 192.79 -
System Red Green Blue C M Y K H S L
Decimal 208 89 24 0 0.57 0.88 0.18 21.2 0.79 0.45
Hex D0 59 18 0 39 58 12 15 4F 2D
Octal 320 131 30 0 71 130 22 25 117 55
Binary 11010000 1011001 11000 0 111001 1011000 10010 10101 1001111 101101

Color Harmonies of #D05918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05918

Black with #D05918

Text Example


Text Example

White with #D05918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05918; }

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

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

background-color css

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

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

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

border-color css

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

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

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