Html Css Color HEX #D05617 Chocolate

📋 copy color: '#D05617'

red 208 ◦ green 86 ◦ blue 23

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

Shades of Chocolate #D05617

Tints of Chocolate #D05617

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

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

R = 65.62%
G = 27.13%
B = 7.26%

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

#D05617 (or 0xD05617) is known color: Chocolate. HEX triplet: D0, 56 and 17. RGB value is (208,86,23). Sum of RGB (Red+Green+Blue) = 208+86+23=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D05617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05617 is #2FA9E8. Grayscale: #737373. Windows color (decimal): -3123689 or 1529552. OLE color: 1529552.

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

Color convert

RGB 208 86 23 -
CMYK 0 0.59 0.89 0.18
HSL 20.43º 0.8% 0.45% -
HSV(B) 20.43º 0.89% 0.82% -
XYZ 29.49 20.13 3.14 -
YUV 115.3 75.92 194.12 -
System Red Green Blue C M Y K H S L
Decimal 208 86 23 0 0.59 0.89 0.18 20.43 0.8 0.45
Hex D0 56 17 0 3B 59 12 14 50 2D
Octal 320 126 27 0 73 131 22 24 120 55
Binary 11010000 1010110 10111 0 111011 1011001 10010 10100 1010000 101101

Color Harmonies of #D05617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05617

Black with #D05617

Text Example


Text Example

White with #D05617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05617; }

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

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

background-color css

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

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

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

border-color css

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

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

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