Html Css Color HEX #D0720D Chocolate

📋 copy color: '#D0720D'

red 208 ◦ green 114 ◦ blue 13

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

Shades of Chocolate #D0720D

Tints of Chocolate #D0720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.03%

 BLUE value IS 13 (5.47% from 255) = 3.88%

R = 62.09%
G = 34.03%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0720D (or 0xD0720D) is known color: Chocolate. HEX triplet: D0, 72 and 0D. RGB value is (208,114,13). Sum of RGB (Red+Green+Blue) = 208+114+13=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0720D is #2F8DF2. Grayscale: #838383. Windows color (decimal): -3116531 or 881360. OLE color: 881360.

HSL color Cylindrical-coordinate representation of color #D0720D: hue angle of 31.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0720D is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 114 13 -
CMYK 0 0.45 0.94 0.18
HSL 31.08º 0.88% 0.43% -
HSV(B) 31.08º 0.94% 0.82% -
XYZ 32.1 25.47 3.61 -
YUV 130.59 61.64 183.21 -
System Red Green Blue C M Y K H S L
Decimal 208 114 13 0 0.45 0.94 0.18 31.08 0.88 0.43
Hex D0 72 D 0 2D 5E 12 1F 58 2B
Octal 320 162 15 0 55 136 22 37 130 53
Binary 11010000 1110010 1101 0 101101 1011110 10010 11111 1011000 101011

Color Harmonies of #D0720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0720D

Black with #D0720D

Text Example


Text Example

White with #D0720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0720D; }

 p { color: rgb(208,114,13); }

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

background-color css

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

 a { background-color: rgb(208,114,13); }

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

border-color css

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

 span { border-color: rgb(208,114,13); }

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