Html Css Color HEX #DD7852 Burnt Sienna

📋 copy color: '#DD7852'

red 221 ◦ green 120 ◦ blue 82

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

Shades of Burnt Sienna #DD7852

Tints of Burnt Sienna #DD7852

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.37%

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

R = 52.25%
G = 28.37%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD7852 (or 0xDD7852) is known color: Burnt Sienna. HEX triplet: DD, 78 and 52. RGB value is (221,120,82). Sum of RGB (Red+Green+Blue) = 221+120+82=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7852 is #2287AD. Grayscale: #929292. Windows color (decimal): -2262958 or 5404893. OLE color: 5404893.

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

Color convert

RGB 221 120 82 -
CMYK 0 0.46 0.63 0.13
HSL 16.4º 0.67% 0.59% -
HSV(B) 16.4º 0.63% 0.87% -
XYZ 38.06 29.41 11.65 -
YUV 145.87 91.96 181.59 -
System Red Green Blue C M Y K H S L
Decimal 221 120 82 0 0.46 0.63 0.13 16.4 0.67 0.59
Hex DD 78 52 0 2E 3F D 10 43 3B
Octal 335 170 122 0 56 77 15 20 103 73
Binary 11011101 1111000 1010010 0 101110 111111 1101 10000 1000011 111011

Color Harmonies of #DD7852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7852

Black with #DD7852

Text Example


Text Example

White with #DD7852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7852; }

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

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

background-color css

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

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

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

border-color css

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

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

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