#D58212

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

Shades of Ochre #D58212

Tints of Ochre #D58212

Color information

#D58212 (or 0xD58212) is unknown color: approx Ochre. HEX triplet: D5, 82 and 12. RGB value is (213,130,18). Sum of RGB (Red+Green+Blue) = 213+130+18=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D58212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58212 is #2A7DED. Grayscale: #8E8E8E. Windows color (decimal): -2784750 or 1213141. OLE color: 1213141.

HSL color Cylindrical-coordinate representation of color #D58212: hue angle of 34.46º 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 #D58212 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB21313018-
CMYK00.390.920.16
HSL34.46º84.42%45.29%-
HSV(B)34.46º91.55%83.53%-
XYZ35.5330.164.52-
YUV142.0558178.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.00%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 18 (7.42% from 255) = 4.99%
R=59.00%
G=36.01%
B=4.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131301800.390.920.1634.4684.4245.29
HexD582120275C1022542d
Octal32520222047134204212455
Binary11010101100000101001001001111011100100001000101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58212; }

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

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

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

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

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

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

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

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