#D98014

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

Shades of Ochre #D98014

Tints of Ochre #D98014

Color information

#D98014 (or 0xD98014) is unknown color: approx Ochre. HEX triplet: D9, 80 and 14. RGB value is (217,128,20). Sum of RGB (Red+Green+Blue) = 217+128+20=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D98014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98014 is #267FEB. Grayscale: #8E8E8E. Windows color (decimal): -2523116 or 1343705. OLE color: 1343705.

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

Color convert

RGB21712820-
CMYK00.410.910.15
HSL32.89º83.12%46.47%-
HSV(B)32.89º90.78%85.1%-
XYZ36.4630.244.58-
YUV142.358.99181.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.45%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 20 (8.20% from 255) = 5.48%
R=59.45%
G=35.07%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171282000.410.910.1532.8983.1246.47
HexD980140295BF21532e
Octal33120024051133174112356
Binary1101100110000000101000101001101101111111000011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98014; }

 p { color: rgb(217,128,20); }

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

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

 a { background-color: rgb(217,128,20); }

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

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

 span { border-color: rgb(217,128,20); }

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