#D57612

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

Shades of Ochre #D57612

Tints of Ochre #D57612

Color information

#D57612 (or 0xD57612) is unknown color: approx Ochre. HEX triplet: D5, 76 and 12. RGB value is (213,118,18). Sum of RGB (Red+Green+Blue) = 213+118+18=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D57612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57612 is #2A89ED. Grayscale: #878787. Windows color (decimal): -2787822 or 1210069. OLE color: 1210069.

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

Color convert

RGB21311818-
CMYK00.450.920.16
HSL30.77º84.42%45.29%-
HSV(B)30.77º91.55%83.53%-
XYZ34.0327.154.02-
YUV13561.97183.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.03%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 18 (7.42% from 255) = 5.16%
R=61.03%
G=33.81%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131181800.450.920.1630.7784.4245.29
HexD5761202D5C101f542d
Octal32516622055134203712455
Binary110101011110110100100101101101110010000111111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57612; }

 p { color: rgb(213,118,18); }

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

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

 a { background-color: rgb(213,118,18); }

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

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

 span { border-color: rgb(213,118,18); }

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