#DC7E1A

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

Shades of Ochre #DC7E1A

Tints of Ochre #DC7E1A

Color information

#DC7E1A (or 0xDC7E1A) is unknown color: approx Ochre. HEX triplet: DC, 7E and 1A. RGB value is (220,126,26). Sum of RGB (Red+Green+Blue) = 220+126+26=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E1A is #2381E5. Grayscale: #8F8F8F. Windows color (decimal): -2327014 or 1736412. OLE color: 1736412.

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

Color convert

RGB22012626-
CMYK00.430.880.14
HSL30.93º78.86%48.24%-
HSV(B)30.93º88.18%86.27%-
XYZ37.1630.214.85-
YUV142.7162.14183.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.14%
GREEN value IS 126 (49.61% from 255) = 33.87%
BLUE value IS 26 (10.55% from 255) = 6.99%
R=59.14%
G=33.87%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201262600.430.880.1430.9378.8648.24
HexDC7E1A02B58E1f4f30
Octal33417632053130163711760
Binary11011100111111011010010101110110001110111111001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7E1A; }

 p { color: rgb(220,126,26); }

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

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

 a { background-color: rgb(220,126,26); }

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

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

 span { border-color: rgb(220,126,26); }

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