Html Css Color HEX #D06517 Chocolate

📋 copy color: '#D06517'

red 208 ◦ green 101 ◦ blue 23

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

Shades of Chocolate #D06517

Tints of Chocolate #D06517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.42%

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

R = 62.65%
G = 30.42%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D06517 (or 0xD06517) is known color: Chocolate. HEX triplet: D0, 65 and 17. RGB value is (208,101,23). Sum of RGB (Red+Green+Blue) = 208+101+23=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D06517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06517 is #2F9AE8. Grayscale: #7C7C7C. Windows color (decimal): -3119849 or 1533392. OLE color: 1533392.

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

Color convert

RGB 208 101 23 -
CMYK 0 0.51 0.89 0.18
HSL 25.3º 0.8% 0.45% -
HSV(B) 25.3º 0.89% 0.82% -
XYZ 30.82 22.78 3.58 -
YUV 124.1 70.95 187.84 -
System Red Green Blue C M Y K H S L
Decimal 208 101 23 0 0.51 0.89 0.18 25.3 0.8 0.45
Hex D0 65 17 0 33 59 12 19 50 2D
Octal 320 145 27 0 63 131 22 31 120 55
Binary 11010000 1100101 10111 0 110011 1011001 10010 11001 1010000 101101

Color Harmonies of #D06517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06517

Black with #D06517

Text Example


Text Example

White with #D06517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06517; }

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

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

background-color css

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

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

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

border-color css

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

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

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