Html Css Color HEX #DC7512 Chocolate

📋 copy color: '#DC7512'

red 220 ◦ green 117 ◦ blue 18

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

Shades of Chocolate #DC7512

Tints of Chocolate #DC7512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.96%

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

R = 61.97%
G = 32.96%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC7512 (or 0xDC7512) is known color: Chocolate. HEX triplet: DC, 75 and 12. RGB value is (220,117,18). Sum of RGB (Red+Green+Blue) = 220+117+18=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7512 is #238AED. Grayscale: #898989. Windows color (decimal): -2329326 or 1209820. OLE color: 1209820.

HSL color Cylindrical-coordinate representation of color #DC7512: hue angle of 29.41º 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 #DC7512 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 117 18 -
CMYK 0 0.47 0.92 0.14
HSL 29.41º 0.85% 0.47% -
HSV(B) 29.41º 0.92% 0.86% -
XYZ 35.99 27.98 4.08 -
YUV 136.51 61.12 187.55 -
System Red Green Blue C M Y K H S L
Decimal 220 117 18 0 0.47 0.92 0.14 29.41 0.85 0.47
Hex DC 75 12 0 2F 5C E 1D 55 2F
Octal 334 165 22 0 57 134 16 35 125 57
Binary 11011100 1110101 10010 0 101111 1011100 1110 11101 1010101 101111

Color Harmonies of #DC7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7512

Black with #DC7512

Text Example


Text Example

White with #DC7512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7512; }

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

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

background-color css

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

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

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

border-color css

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

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

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