Html Css Color HEX #D06720 Chocolate

📋 copy color: '#D06720'

red 208 ◦ green 103 ◦ blue 32

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

Shades of Chocolate #D06720

Tints of Chocolate #D06720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

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

R = 60.64%
G = 30.03%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D06720 (or 0xD06720) is known color: Chocolate. HEX triplet: D0, 67 and 20. RGB value is (208,103,32). Sum of RGB (Red+Green+Blue) = 208+103+32=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D06720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06720 is #2F98DF. Grayscale: #7E7E7E. Windows color (decimal): -3119328 or 2123728. OLE color: 2123728.

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

Color convert

RGB 208 103 32 -
CMYK 0 0.50 0.85 0.18
HSL 24.2º 0.73% 0.47% -
HSV(B) 24.2º 0.85% 0.82% -
XYZ 31.12 23.21 4.21 -
YUV 126.3 74.79 186.27 -
System Red Green Blue C M Y K H S L
Decimal 208 103 32 0 0.50 0.85 0.18 24.2 0.73 0.47
Hex D0 67 20 0 32 55 12 18 49 2F
Octal 320 147 40 0 62 125 22 30 111 57
Binary 11010000 1100111 100000 0 110010 1010101 10010 11000 1001001 101111

Color Harmonies of #D06720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06720

Black with #D06720

Text Example


Text Example

White with #D06720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06720; }

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

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

background-color css

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

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

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

border-color css

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

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

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