#DD821A

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

Shades of Ochre #DD821A

Tints of Ochre #DD821A

Color information

#DD821A (or 0xDD821A) is unknown color: approx Ochre. HEX triplet: DD, 82 and 1A. RGB value is (221,130,26). Sum of RGB (Red+Green+Blue) = 221+130+26=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD821A is #227DE5. Grayscale: #919191. Windows color (decimal): -2260454 or 1737437. OLE color: 1737437.

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

Color convert

RGB22113026-
CMYK00.410.880.13
HSL32º78.95%48.43%-
HSV(B)32º88.24%86.67%-
XYZ37.9931.415.04-
YUV145.3560.65181.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.62%
GREEN value IS 130 (51.17% from 255) = 34.48%
BLUE value IS 26 (10.55% from 255) = 6.90%
R=58.62%
G=34.48%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211302600.410.880.133278.9548.43
HexDD821A02958D204f30
Octal33520232051130154011760
Binary1101110110000010110100101001101100011011000001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD821A; }

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

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

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

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

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

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

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

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