Html Css Color HEX #D07020 Chocolate

📋 copy color: '#D07020'

red 208 ◦ green 112 ◦ blue 32

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

Shades of Chocolate #D07020

Tints of Chocolate #D07020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.82%

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

R = 59.09%
G = 31.82%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D07020 (or 0xD07020) is known color: Chocolate. HEX triplet: D0, 70 and 20. RGB value is (208,112,32). Sum of RGB (Red+Green+Blue) = 208+112+32=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D07020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07020 is #2F8FDF. Grayscale: #848484. Windows color (decimal): -3117024 or 2126032. OLE color: 2126032.

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

Color convert

RGB 208 112 32 -
CMYK 0 0.46 0.85 0.18
HSL 27.27º 0.73% 0.47% -
HSV(B) 27.27º 0.85% 0.82% -
XYZ 32.07 25.1 4.52 -
YUV 131.58 71.8 182.5 -
System Red Green Blue C M Y K H S L
Decimal 208 112 32 0 0.46 0.85 0.18 27.27 0.73 0.47
Hex D0 70 20 0 2E 55 12 1B 49 2F
Octal 320 160 40 0 56 125 22 33 111 57
Binary 11010000 1110000 100000 0 101110 1010101 10010 11011 1001001 101111

Color Harmonies of #D07020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07020

Black with #D07020

Text Example


Text Example

White with #D07020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07020; }

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

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

background-color css

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

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

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

border-color css

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

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

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