#DA7E1C

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

Shades of Ochre #DA7E1C

Tints of Ochre #DA7E1C

Color information

#DA7E1C (or 0xDA7E1C) is unknown color: approx Ochre. HEX triplet: DA, 7E and 1C. RGB value is (218,126,28). Sum of RGB (Red+Green+Blue) = 218+126+28=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7E1C is #2581E3. Grayscale: #8E8E8E. Windows color (decimal): -2458084 or 1867482. OLE color: 1867482.

HSL color Cylindrical-coordinate representation of color #DA7E1C: hue angle of 30.95º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA7E1C is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB21812628-
CMYK00.420.870.15
HSL30.95º77.24%48.24%-
HSV(B)30.95º87.16%85.49%-
XYZ36.5829.914.94-
YUV142.3463.48181.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 58.60%
GREEN value IS 126 (49.61% from 255) = 33.87%
BLUE value IS 28 (11.33% from 255) = 7.53%
R=58.60%
G=33.87%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181262800.420.870.1530.9577.2448.24
HexDA7E1C02A57F1f4d30
Octal33217634052127173711560
Binary11011010111111011100010101010101111111111111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7E1C; }

 p { color: rgb(218,126,28); }

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

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

 a { background-color: rgb(218,126,28); }

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

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

 span { border-color: rgb(218,126,28); }

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