#D57E1A

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

Shades of Ochre #D57E1A

Tints of Ochre #D57E1A

Color information

#D57E1A (or 0xD57E1A) is unknown color: approx Ochre. HEX triplet: D5, 7E and 1A. RGB value is (213,126,26). Sum of RGB (Red+Green+Blue) = 213+126+26=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57E1A is #2A81E5. Grayscale: #8D8D8D. Windows color (decimal): -2785766 or 1736405. OLE color: 1736405.

HSL color Cylindrical-coordinate representation of color #D57E1A: hue angle of 32.09º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D57E1A is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB21312626-
CMYK00.410.880.16
HSL32.09º78.24%46.86%-
HSV(B)32.09º87.79%83.53%-
XYZ35.0929.144.75-
YUV140.6163.32179.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.36%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 26 (10.55% from 255) = 7.12%
R=58.36%
G=34.52%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131262600.410.880.1632.0978.2446.86
HexD57E1A0295810204e2f
Octal32517632051130204011657
Binary1101010111111101101001010011011000100001000001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57E1A; }

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

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

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

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

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

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

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

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