#DC7919

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

Shades of Ochre #DC7919

Tints of Ochre #DC7919

Color information

#DC7919 (or 0xDC7919) is unknown color: approx Ochre. HEX triplet: DC, 79 and 19. RGB value is (220,121,25). Sum of RGB (Red+Green+Blue) = 220+121+25=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7919 is #2386E6. Grayscale: #8C8C8C. Windows color (decimal): -2328295 or 1669596. OLE color: 1669596.

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

Color convert

RGB22012125-
CMYK00.450.890.14
HSL29.54º79.59%48.04%-
HSV(B)29.54º88.64%86.27%-
XYZ36.5328.964.58-
YUV139.6663.3185.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.11%
GREEN value IS 121 (47.66% from 255) = 33.06%
BLUE value IS 25 (10.16% from 255) = 6.83%
R=60.11%
G=33.06%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201212500.450.890.1429.5479.5948.04
HexDC791902D59E1e5030
Octal33417131055131163612060
Binary11011100111100111001010110110110011110111101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7919; }

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

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

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

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

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

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

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

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