Html Css Color HEX #DD854E Raw Sienna

📋 copy color: '#DD854E'

red 221 ◦ green 133 ◦ blue 78

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

Shades of Raw Sienna #DD854E

Tints of Raw Sienna #DD854E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.06%

R = 51.16%
G = 30.79%
B = 18.06%

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

#DD854E (or 0xDD854E) is known color: Raw Sienna. HEX triplet: DD, 85 and 4E. RGB value is (221,133,78). Sum of RGB (Red+Green+Blue) = 221+133+78=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD854E is #227AB1. Grayscale: #999999. Windows color (decimal): -2259634 or 5146077. OLE color: 5146077.

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

Color convert

RGB 221 133 78 -
CMYK 0 0.40 0.65 0.13
HSL 23.08º 0.68% 0.59% -
HSV(B) 23.08º 0.65% 0.87% -
XYZ 39.58 32.7 11.43 -
YUV 153.04 85.65 176.47 -
System Red Green Blue C M Y K H S L
Decimal 221 133 78 0 0.40 0.65 0.13 23.08 0.68 0.59
Hex DD 85 4E 0 28 41 D 17 44 3B
Octal 335 205 116 0 50 101 15 27 104 73
Binary 11011101 10000101 1001110 0 101000 1000001 1101 10111 1000100 111011

Color Harmonies of #DD854E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD854E

Black with #DD854E

Text Example


Text Example

White with #DD854E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD854E; }

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

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

background-color css

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

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

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

border-color css

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

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

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