#DD8221

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

Shades of Ochre #DD8221

Tints of Ochre #DD8221

Color information

#DD8221 (or 0xDD8221) is unknown color: approx Ochre. HEX triplet: DD, 82 and 21. RGB value is (221,130,33). Sum of RGB (Red+Green+Blue) = 221+130+33=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8221 is #227DDE. Grayscale: #929292. Windows color (decimal): -2260447 or 2196189. OLE color: 2196189.

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

Color convert

RGB22113033-
CMYK00.410.850.13
HSL30.96º74.02%49.8%-
HSV(B)30.96º85.07%86.67%-
XYZ38.0831.455.5-
YUV146.1564.15181.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.55%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 33 (13.28% from 255) = 8.59%
R=57.55%
G=33.85%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211303300.410.850.1330.9674.0249.8
HexDD822102955D1f4a32
Octal33520241051125153711262
Binary1101110110000010100001010100110101011101111111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8221; }

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

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

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

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

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

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

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

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