#DC7819

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

Shades of Ochre #DC7819

Tints of Ochre #DC7819

Color information

#DC7819 (or 0xDC7819) is unknown color: approx Ochre. HEX triplet: DC, 78 and 19. RGB value is (220,120,25). Sum of RGB (Red+Green+Blue) = 220+120+25=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7819 is #2387E6. Grayscale: #8B8B8B. Windows color (decimal): -2328551 or 1669340. OLE color: 1669340.

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

Color convert

RGB22012025-
CMYK00.450.890.14
HSL29.23º79.59%48.04%-
HSV(B)29.23º88.64%86.27%-
XYZ36.4128.724.54-
YUV139.0763.63185.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.27%
GREEN value IS 120 (47.27% from 255) = 32.88%
BLUE value IS 25 (10.16% from 255) = 6.85%
R=60.27%
G=32.88%
B=6.85%

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
Decimal2201202500.450.890.1429.2379.5948.04
HexDC781902D59E1d5030
Octal33417031055131163512060
Binary11011100111100011001010110110110011110111011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7819; }

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

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

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

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

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

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

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

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