#D57E18

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

Shades of Ochre #D57E18

Tints of Ochre #D57E18

Color information

#D57E18 (or 0xD57E18) is unknown color: approx Ochre. HEX triplet: D5, 7E and 18. RGB value is (213,126,24). Sum of RGB (Red+Green+Blue) = 213+126+24=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57E18 is #2A81E7. Grayscale: #8C8C8C. Windows color (decimal): -2785768 or 1605333. OLE color: 1605333.

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

Color convert

RGB21312624-
CMYK00.410.890.16
HSL32.38º79.75%46.47%-
HSV(B)32.38º88.73%83.53%-
XYZ35.0729.134.64-
YUV140.3862.32179.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.68%
GREEN value IS 126 (49.61% from 255) = 34.71%
BLUE value IS 24 (9.77% from 255) = 6.61%
R=58.68%
G=34.71%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131262400.410.890.1632.3879.7546.47
HexD57E18029591020502e
Octal32517630051131204012056
Binary1101010111111101100001010011011001100001000001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57E18; }

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

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

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

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

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

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

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

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