#D88221

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

Shades of Ochre #D88221

Tints of Ochre #D88221

Color information

#D88221 (or 0xD88221) is unknown color: approx Ochre. HEX triplet: D8, 82 and 21. RGB value is (216,130,33). Sum of RGB (Red+Green+Blue) = 216+130+33=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D88221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88221 is #277DDE. Grayscale: #919191. Windows color (decimal): -2588127 or 2196184. OLE color: 2196184.

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

Color convert

RGB21613033-
CMYK00.400.850.15
HSL31.8º73.49%48.82%-
HSV(B)31.8º84.72%84.71%-
XYZ36.5830.675.43-
YUV144.6664.99178.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.99%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 33 (13.28% from 255) = 8.71%
R=56.99%
G=34.30%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161303300.400.850.1531.873.4948.82
HexD8822102855F204931
Octal33020241050125174011161
Binary11011000100000101000010101000101010111111000001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88221; }

 p { color: rgb(216,130,33); }

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

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

 a { background-color: rgb(216,130,33); }

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

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

 span { border-color: rgb(216,130,33); }

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