Html Css Color HEX #D1720C Chocolate

📋 copy color: '#D1720C'

red 209 ◦ green 114 ◦ blue 12

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

Shades of Chocolate #D1720C

Tints of Chocolate #D1720C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.58%

R = 62.39%
G = 34.03%
B = 3.58%

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

#D1720C (or 0xD1720C) is known color: Chocolate. HEX triplet: D1, 72 and 0C. RGB value is (209,114,12). Sum of RGB (Red+Green+Blue) = 209+114+12=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1720C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1720C is #2E8DF3. Grayscale: #838383. Windows color (decimal): -3050996 or 815825. OLE color: 815825.

HSL color Cylindrical-coordinate representation of color #D1720C: hue angle of 31.07º degrees, saturation: 0.89, 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 #D1720C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 114 12 -
CMYK 0 0.45 0.94 0.18
HSL 31.07º 0.89% 0.43% -
HSV(B) 31.07º 0.94% 0.82% -
XYZ 32.38 25.62 3.59 -
YUV 130.78 60.97 183.79 -
System Red Green Blue C M Y K H S L
Decimal 209 114 12 0 0.45 0.94 0.18 31.07 0.89 0.43
Hex D1 72 C 0 2D 5E 12 1F 59 2B
Octal 321 162 14 0 55 136 22 37 131 53
Binary 11010001 1110010 1100 0 101101 1011110 10010 11111 1011001 101011

Color Harmonies of #D1720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1720C

Black with #D1720C

Text Example


Text Example

White with #D1720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1720C; }

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

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

background-color css

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

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

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

border-color css

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

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

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