Html Css Color HEX #D1720D Chocolate

📋 copy color: '#D1720D'

red 209 ◦ green 114 ◦ blue 13

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

Shades of Chocolate #D1720D

Tints of Chocolate #D1720D

RGB

 RED value IS 209 (82.03% from 255) = 62.2%

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

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

R = 62.2%
G = 33.93%
B = 3.87%

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

#D1720D (or 0xD1720D) is known color: Chocolate. HEX triplet: D1, 72 and 0D. RGB value is (209,114,13). Sum of RGB (Red+Green+Blue) = 209+114+13=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1720D is #2E8DF2. Grayscale: #838383. Windows color (decimal): -3050995 or 881361. OLE color: 881361.

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

Color convert

RGB 209 114 13 -
CMYK 0 0.45 0.94 0.18
HSL 30.92º 0.88% 0.44% -
HSV(B) 30.92º 0.94% 0.82% -
XYZ 32.38 25.62 3.62 -
YUV 130.89 61.47 183.71 -
System Red Green Blue C M Y K H S L
Decimal 209 114 13 0 0.45 0.94 0.18 30.92 0.88 0.44
Hex D1 72 D 0 2D 5E 12 1F 58 2C
Octal 321 162 15 0 55 136 22 37 130 54
Binary 11010001 1110010 1101 0 101101 1011110 10010 11111 1011000 101100

Color Harmonies of #D1720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1720D

Black with #D1720D

Text Example


Text Example

White with #D1720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1720D; }

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

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

background-color css

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

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

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

border-color css

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

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

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