Html Css Color HEX #DD854D Raw Sienna

📋 copy color: '#DD854D'

red 221 ◦ green 133 ◦ blue 77

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

Shades of Raw Sienna #DD854D

Tints of Raw Sienna #DD854D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.87%

R = 51.28%
G = 30.86%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD854D (or 0xDD854D) is known color: Raw Sienna. HEX triplet: DD, 85 and 4D. RGB value is (221,133,77). Sum of RGB (Red+Green+Blue) = 221+133+77=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD854D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD854D is #227AB2. Grayscale: #999999. Windows color (decimal): -2259635 or 5080541. OLE color: 5080541.

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

Color convert

RGB 221 133 77 -
CMYK 0 0.40 0.65 0.13
HSL 23.33º 0.68% 0.58% -
HSV(B) 23.33º 0.65% 0.87% -
XYZ 39.55 32.68 11.25 -
YUV 152.93 85.15 176.55 -
System Red Green Blue C M Y K H S L
Decimal 221 133 77 0 0.40 0.65 0.13 23.33 0.68 0.58
Hex DD 85 4D 0 28 41 D 17 44 3A
Octal 335 205 115 0 50 101 15 27 104 72
Binary 11011101 10000101 1001101 0 101000 1000001 1101 10111 1000100 111010

Color Harmonies of #DD854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD854D

Black with #DD854D

Text Example


Text Example

White with #DD854D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD854D; }

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

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

background-color css

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

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

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

border-color css

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

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

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