Html Css Color HEX #D05517 Chocolate

📋 copy color: '#D05517'

red 208 ◦ green 85 ◦ blue 23

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

Shades of Chocolate #D05517

Tints of Chocolate #D05517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 65.82%
G = 26.9%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D05517 (or 0xD05517) is known color: Chocolate. HEX triplet: D0, 55 and 17. RGB value is (208,85,23). Sum of RGB (Red+Green+Blue) = 208+85+23=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D05517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05517 is #2FAAE8. Grayscale: #737373. Windows color (decimal): -3123945 or 1529296. OLE color: 1529296.

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

Color convert

RGB 208 85 23 -
CMYK 0 0.59 0.89 0.18
HSL 20.11º 0.8% 0.45% -
HSV(B) 20.11º 0.89% 0.82% -
XYZ 29.42 19.97 3.11 -
YUV 114.71 76.25 194.54 -
System Red Green Blue C M Y K H S L
Decimal 208 85 23 0 0.59 0.89 0.18 20.11 0.8 0.45
Hex D0 55 17 0 3B 59 12 14 50 2D
Octal 320 125 27 0 73 131 22 24 120 55
Binary 11010000 1010101 10111 0 111011 1011001 10010 10100 1010000 101101

Color Harmonies of #D05517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05517

Black with #D05517

Text Example


Text Example

White with #D05517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05517; }

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

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

background-color css

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

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

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

border-color css

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

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

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