#D98412

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

Shades of Ochre #D98412

Tints of Ochre #D98412

Color information

#D98412 (or 0xD98412) is unknown color: approx Ochre. HEX triplet: D9, 84 and 12. RGB value is (217,132,18). Sum of RGB (Red+Green+Blue) = 217+132+18=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D98412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98412 is #267BED. Grayscale: #909090. Windows color (decimal): -2522094 or 1213657. OLE color: 1213657.

HSL color Cylindrical-coordinate representation of color #D98412: hue angle of 34.37º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D98412 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB21713218-
CMYK00.390.920.15
HSL34.37º84.68%46.08%-
HSV(B)34.37º91.71%85.1%-
XYZ36.9831.34.66-
YUV144.4256.66179.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.13%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 18 (7.42% from 255) = 4.90%
R=59.13%
G=35.97%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171321800.390.920.1534.3784.6846.08
HexD984120275CF22552e
Octal33120422047134174212556
Binary1101100110000100100100100111101110011111000101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98412; }

 p { color: rgb(217,132,18); }

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

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

 a { background-color: rgb(217,132,18); }

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

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

 span { border-color: rgb(217,132,18); }

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