Html Css Color HEX #D05917 Chocolate

📋 copy color: '#D05917'

red 208 ◦ green 89 ◦ blue 23

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

Shades of Chocolate #D05917

Tints of Chocolate #D05917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.19%

R = 65%
G = 27.81%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D05917 (or 0xD05917) is known color: Chocolate. HEX triplet: D0, 59 and 17. RGB value is (208,89,23). Sum of RGB (Red+Green+Blue) = 208+89+23=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D05917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05917 is #2FA6E8. Grayscale: #757575. Windows color (decimal): -3122921 or 1530320. OLE color: 1530320.

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

Color convert

RGB 208 89 23 -
CMYK 0 0.57 0.89 0.18
HSL 21.41º 0.8% 0.45% -
HSV(B) 21.41º 0.89% 0.82% -
XYZ 29.74 20.62 3.22 -
YUV 117.06 74.92 192.87 -
System Red Green Blue C M Y K H S L
Decimal 208 89 23 0 0.57 0.89 0.18 21.41 0.8 0.45
Hex D0 59 17 0 39 59 12 15 50 2D
Octal 320 131 27 0 71 131 22 25 120 55
Binary 11010000 1011001 10111 0 111001 1011001 10010 10101 1010000 101101

Color Harmonies of #D05917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05917

Black with #D05917

Text Example


Text Example

White with #D05917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05917; }

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

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

background-color css

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

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

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

border-color css

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

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

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