#DF7E1A

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

Shades of Ochre #DF7E1A

Tints of Ochre #DF7E1A

Color information

#DF7E1A (or 0xDF7E1A) is unknown color: approx Ochre. HEX triplet: DF, 7E and 1A. RGB value is (223,126,26). Sum of RGB (Red+Green+Blue) = 223+126+26=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7E1A is #2081E5. Grayscale: #909090. Windows color (decimal): -2130406 or 1736415. OLE color: 1736415.

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

Color convert

RGB22312626-
CMYK00.430.880.13
HSL30.46º79.12%48.82%-
HSV(B)30.46º88.34%87.45%-
XYZ38.0830.684.89-
YUV143.661.64184.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 59.47%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 26 (10.55% from 255) = 6.93%
R=59.47%
G=33.6%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231262600.430.880.1330.4679.1248.82
HexDF7E1A02B58D1e4f31
Octal33717632053130153611761
Binary11011111111111011010010101110110001101111101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7E1A; }

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

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

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

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

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

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

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

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