#D08015

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

Shades of Ochre #D08015

Tints of Ochre #D08015

Color information

#D08015 (or 0xD08015) is unknown color: approx Ochre. HEX triplet: D0, 80 and 15. RGB value is (208,128,21). Sum of RGB (Red+Green+Blue) = 208+128+21=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D08015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08015 is #2F7FEA. Grayscale: #8C8C8C. Windows color (decimal): -3112939 or 1409232. OLE color: 1409232.

HSL color Cylindrical-coordinate representation of color #D08015: hue angle of 34.33º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D08015 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB20812821-
CMYK00.380.900.18
HSL34.33º81.66%44.9%-
HSV(B)34.33º89.9%81.57%-
XYZ33.8728.94.5-
YUV139.7261176.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.26%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 21 (8.59% from 255) = 5.88%
R=58.26%
G=35.85%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081282100.380.900.1834.3381.6644.9
HexD080150265A1222522d
Octal32020025046132224212255
Binary11010000100000001010101001101011010100101000101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08015; }

 p { color: rgb(208,128,21); }

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

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

 a { background-color: rgb(208,128,21); }

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

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

 span { border-color: rgb(208,128,21); }

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