#D98124

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

Shades of Ochre #D98124

Tints of Ochre #D98124

Color information

#D98124 (or 0xD98124) is unknown color: approx Ochre. HEX triplet: D9, 81 and 24. RGB value is (217,129,36). Sum of RGB (Red+Green+Blue) = 217+129+36=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D98124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98124 is #267EDB. Grayscale: #919191. Windows color (decimal): -2522844 or 2392537. OLE color: 2392537.

HSL color Cylindrical-coordinate representation of color #D98124: hue angle of 30.83º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D98124 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB21712936-
CMYK00.410.830.15
HSL30.83º71.54%49.61%-
HSV(B)30.83º83.41%85.1%-
XYZ36.7830.585.63-
YUV144.7166.65179.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.81%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 36 (14.45% from 255) = 9.42%
R=56.81%
G=33.77%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171293600.410.830.1530.8371.5449.61
HexD9812402953F1f4832
Octal33120144051123173711062
Binary1101100110000001100100010100110100111111111111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98124; }

 p { color: rgb(217,129,36); }

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

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

 a { background-color: rgb(217,129,36); }

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

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

 span { border-color: rgb(217,129,36); }

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