#DC7D19

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

Shades of Ochre #DC7D19

Tints of Ochre #DC7D19

Color information

#DC7D19 (or 0xDC7D19) is unknown color: approx Ochre. HEX triplet: DC, 7D and 19. RGB value is (220,125,25). Sum of RGB (Red+Green+Blue) = 220+125+25=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7D19 is #2382E6. Grayscale: #8E8E8E. Windows color (decimal): -2327271 or 1670620. OLE color: 1670620.

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

Color convert

RGB22012525-
CMYK00.430.890.14
HSL30.77º79.59%48.04%-
HSV(B)30.77º88.64%86.27%-
XYZ37.0229.954.75-
YUV14261.97183.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.46%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 25 (10.16% from 255) = 6.76%
R=59.46%
G=33.78%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201252500.430.890.1430.7779.5948.04
HexDC7D1902B59E1f5030
Octal33417531053131163712060
Binary11011100111110111001010101110110011110111111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7D19; }

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

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

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

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

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

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

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

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