Html Css Color HEX #DD8450 Raw Sienna

📋 copy color: '#DD8450'

red 221 ◦ green 132 ◦ blue 80

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

Shades of Raw Sienna #DD8450

Tints of Raw Sienna #DD8450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.48%

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

R = 51.04%
G = 30.48%
B = 18.48%

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

#DD8450 (or 0xDD8450) is known color: Raw Sienna. HEX triplet: DD, 84 and 50. RGB value is (221,132,80). Sum of RGB (Red+Green+Blue) = 221+132+80=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8450 is #227BAF. Grayscale: #989898. Windows color (decimal): -2259888 or 5276893. OLE color: 5276893.

HSL color Cylindrical-coordinate representation of color #DD8450: hue angle of 22.13º 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 #DD8450 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 80 -
CMYK 0 0.40 0.64 0.13
HSL 22.13º 0.67% 0.59% -
HSV(B) 22.13º 0.64% 0.87% -
XYZ 39.52 32.45 11.77 -
YUV 152.68 86.99 176.73 -
System Red Green Blue C M Y K H S L
Decimal 221 132 80 0 0.40 0.64 0.13 22.13 0.67 0.59
Hex DD 84 50 0 28 40 D 16 43 3B
Octal 335 204 120 0 50 100 15 26 103 73
Binary 11011101 10000100 1010000 0 101000 1000000 1101 10110 1000011 111011

Color Harmonies of #DD8450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8450

Black with #DD8450

Text Example


Text Example

White with #DD8450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8450; }

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

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

background-color css

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

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

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

border-color css

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

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

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