Html Css Color HEX #DC7212 Chocolate

📋 copy color: '#DC7212'

red 220 ◦ green 114 ◦ blue 18

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

Shades of Chocolate #DC7212

Tints of Chocolate #DC7212

RGB

 RED value IS 220 (86.33% from 255) = 62.5%

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

 BLUE value IS 18 (7.42% from 255) = 5.11%

R = 62.5%
G = 32.39%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC7212 (or 0xDC7212) is known color: Chocolate. HEX triplet: DC, 72 and 12. RGB value is (220,114,18). Sum of RGB (Red+Green+Blue) = 220+114+18=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7212 is #238DED. Grayscale: #878787. Windows color (decimal): -2330094 or 1209052. OLE color: 1209052.

HSL color Cylindrical-coordinate representation of color #DC7212: hue angle of 28.51º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC7212 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 114 18 -
CMYK 0 0.48 0.92 0.14
HSL 28.51º 0.85% 0.47% -
HSV(B) 28.51º 0.92% 0.86% -
XYZ 35.64 27.29 3.96 -
YUV 134.75 62.12 188.81 -
System Red Green Blue C M Y K H S L
Decimal 220 114 18 0 0.48 0.92 0.14 28.51 0.85 0.47
Hex DC 72 12 0 30 5C E 1D 55 2F
Octal 334 162 22 0 60 134 16 35 125 57
Binary 11011100 1110010 10010 0 110000 1011100 1110 11101 1010101 101111

Color Harmonies of #DC7212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7212

Black with #DC7212

Text Example


Text Example

White with #DC7212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7212; }

 p { color: rgb(220,114,18); }

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

background-color css

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

 a { background-color: rgb(220,114,18); }

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

border-color css

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

 span { border-color: rgb(220,114,18); }

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