Html Css Color HEX #DD8220 Ochre

📋 copy color: '#DD8220'

red 221 ◦ green 130 ◦ blue 32

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

Shades of Ochre #DD8220

Tints of Ochre #DD8220

RGB

 RED value IS 221 (86.72% from 255) = 57.7%

 GREEN value IS 130 (51.17% from 255) = 33.94%

 BLUE value IS 32 (12.89% from 255) = 8.36%

R = 57.7%
G = 33.94%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD8220 (or 0xDD8220) is known color: Ochre. HEX triplet: DD, 82 and 20. RGB value is (221,130,32). Sum of RGB (Red+Green+Blue) = 221+130+32=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8220 is #227DDF. Grayscale: #929292. Windows color (decimal): -2260448 or 2130653. OLE color: 2130653.

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

Color convert

RGB 221 130 32 -
CMYK 0 0.41 0.86 0.13
HSL 31.11º 0.75% 0.5% -
HSV(B) 31.11º 0.86% 0.87% -
XYZ 38.06 31.44 5.43 -
YUV 146.04 63.65 181.47 -
System Red Green Blue C M Y K H S L
Decimal 221 130 32 0 0.41 0.86 0.13 31.11 0.75 0.5
Hex DD 82 20 0 29 56 D 1F 4B 32
Octal 335 202 40 0 51 126 15 37 113 62
Binary 11011101 10000010 100000 0 101001 1010110 1101 11111 1001011 110010

Color Harmonies of #DD8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8220

Black with #DD8220

Text Example


Text Example

White with #DD8220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8220; }

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

 H1.HeaderClassName
 {
   color: #DD8220;
 }
 .AnyTagClassName
 {
   color: #DD8220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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