Html Css Color HEX #D06520 Chocolate

📋 copy color: '#D06520'

red 208 ◦ green 101 ◦ blue 32

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

Shades of Chocolate #D06520

Tints of Chocolate #D06520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.38%

R = 61%
G = 29.62%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D06520 (or 0xD06520) is known color: Chocolate. HEX triplet: D0, 65 and 20. RGB value is (208,101,32). Sum of RGB (Red+Green+Blue) = 208+101+32=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D06520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06520 is #2F9ADF. Grayscale: #7D7D7D. Windows color (decimal): -3119840 or 2123216. OLE color: 2123216.

HSL color Cylindrical-coordinate representation of color #D06520: hue angle of 23.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D06520 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 101 32 -
CMYK 0 0.51 0.85 0.18
HSL 23.52º 0.73% 0.47% -
HSV(B) 23.52º 0.85% 0.82% -
XYZ 30.93 22.82 4.14 -
YUV 125.13 75.45 187.11 -
System Red Green Blue C M Y K H S L
Decimal 208 101 32 0 0.51 0.85 0.18 23.52 0.73 0.47
Hex D0 65 20 0 33 55 12 18 49 2F
Octal 320 145 40 0 63 125 22 30 111 57
Binary 11010000 1100101 100000 0 110011 1010101 10010 11000 1001001 101111

Color Harmonies of #D06520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06520

Black with #D06520

Text Example


Text Example

White with #D06520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06520; }

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

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

background-color css

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

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

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

border-color css

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

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

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