Html Css Color HEX #DD8552 Raw Sienna

📋 copy color: '#DD8552'

red 221 ◦ green 133 ◦ blue 82

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

Shades of Raw Sienna #DD8552

Tints of Raw Sienna #DD8552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.5%

 BLUE value IS 82 (32.42% from 255) = 18.81%

R = 50.69%
G = 30.5%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD8552 (or 0xDD8552) is known color: Raw Sienna. HEX triplet: DD, 85 and 52. RGB value is (221,133,82). Sum of RGB (Red+Green+Blue) = 221+133+82=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8552 is #227AAD. Grayscale: #999999. Windows color (decimal): -2259630 or 5408221. OLE color: 5408221.

HSL color Cylindrical-coordinate representation of color #DD8552: hue angle of 22.01º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD8552 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 133 82 -
CMYK 0 0.40 0.63 0.13
HSL 22.01º 0.67% 0.59% -
HSV(B) 22.01º 0.63% 0.87% -
XYZ 39.73 32.76 12.21 -
YUV 153.5 87.65 176.15 -
System Red Green Blue C M Y K H S L
Decimal 221 133 82 0 0.40 0.63 0.13 22.01 0.67 0.59
Hex DD 85 52 0 28 3F D 16 43 3B
Octal 335 205 122 0 50 77 15 26 103 73
Binary 11011101 10000101 1010010 0 101000 111111 1101 10110 1000011 111011

Color Harmonies of #DD8552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8552

Black with #DD8552

Text Example


Text Example

White with #DD8552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8552; }

 p { color: rgb(221,133,82); }

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

background-color css

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

 a { background-color: rgb(221,133,82); }

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

border-color css

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

 span { border-color: rgb(221,133,82); }

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