Html Css Color HEX #DD8550 Raw Sienna

📋 copy color: '#DD8550'

red 221 ◦ green 133 ◦ blue 80

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

Shades of Raw Sienna #DD8550

Tints of Raw Sienna #DD8550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.43%

R = 50.92%
G = 30.65%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD8550 (or 0xDD8550) is known color: Raw Sienna. HEX triplet: DD, 85 and 50. RGB value is (221,133,80). Sum of RGB (Red+Green+Blue) = 221+133+80=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8550 is #227AAF. Grayscale: #999999. Windows color (decimal): -2259632 or 5277149. OLE color: 5277149.

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

Color convert

RGB 221 133 80 -
CMYK 0 0.40 0.64 0.13
HSL 22.55º 0.67% 0.59% -
HSV(B) 22.55º 0.64% 0.87% -
XYZ 39.65 32.73 11.82 -
YUV 153.27 86.65 176.31 -
System Red Green Blue C M Y K H S L
Decimal 221 133 80 0 0.40 0.64 0.13 22.55 0.67 0.59
Hex DD 85 50 0 28 40 D 17 43 3B
Octal 335 205 120 0 50 100 15 27 103 73
Binary 11011101 10000101 1010000 0 101000 1000000 1101 10111 1000011 111011

Color Harmonies of #DD8550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8550

Black with #DD8550

Text Example


Text Example

White with #DD8550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8550; }

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

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

background-color css

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

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

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

border-color css

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

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

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