Html Css Color HEX #DD8221 Ochre

📋 copy color: '#DD8221'

red 221 ◦ green 130 ◦ blue 33

#DD8221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #DD8221

Tints of Ochre #DD8221

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 value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD8221 (or 0xDD8221) is known color: 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

RGB 221 130 33 -
CMYK 0 0.41 0.85 0.13
HSL 30.96º 0.74% 0.5% -
HSV(B) 30.96º 0.85% 0.87% -
XYZ 38.08 31.45 5.5 -
YUV 146.15 64.15 181.39 -
System Red Green Blue C M Y K H S L
Decimal 221 130 33 0 0.41 0.85 0.13 30.96 0.74 0.5
Hex DD 82 21 0 29 55 D 1F 4A 32
Octal 335 202 41 0 51 125 15 37 112 62
Binary 11011101 10000010 100001 0 101001 1010101 1101 11111 1001010 110010

Color Harmonies of #DD8221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8221

Black with #DD8221

Text Example


Text Example

White with #DD8221

Text Example


Text Example

HTML Codes & Css Web 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>