#DC7C19

Color #DC7C19 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #DC7C19

Tints of Ochre #DC7C19

Color information

#DC7C19 (or 0xDC7C19) is unknown color: approx Ochre. HEX triplet: DC, 7C and 19. RGB value is (220,124,25). Sum of RGB (Red+Green+Blue) = 220+124+25=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7C19 is #2383E6. Grayscale: #8D8D8D. Windows color (decimal): -2327527 or 1670364. OLE color: 1670364.

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

Color convert

RGB22012425-
CMYK00.440.890.14
HSL30.46º79.59%48.04%-
HSV(B)30.46º88.64%86.27%-
XYZ36.929.74.71-
YUV141.4262.3184.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.62%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 25 (10.16% from 255) = 6.78%
R=59.62%
G=33.60%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201242500.440.890.1430.4679.5948.04
HexDC7C1902C59E1e5030
Octal33417431054131163612060
Binary11011100111110011001010110010110011110111101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7C19; }

 p { color: rgb(220,124,25); }

 H1.HeaderClassName
 {
   color: #DC7C19;
 }
 .AnyTagClassName
 {
   color: #DC7C19;
 }
</style>
background-color css

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

 a { background-color: rgb(220,124,25); }

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

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

 span { border-color: rgb(220,124,25); }

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