Html Css Color HEX #DD7953 Burnt Sienna

📋 copy color: '#DD7953'

red 221 ◦ green 121 ◦ blue 83

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

Shades of Burnt Sienna #DD7953

Tints of Burnt Sienna #DD7953

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.47%

 BLUE value IS 83 (32.81% from 255) = 19.53%

R = 52%
G = 28.47%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD7953 (or 0xDD7953) is known color: Burnt Sienna. HEX triplet: DD, 79 and 53. RGB value is (221,121,83). Sum of RGB (Red+Green+Blue) = 221+121+83=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7953 is #2286AC. Grayscale: #929292. Windows color (decimal): -2262701 or 5470685. OLE color: 5470685.

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

Color convert

RGB 221 121 83 -
CMYK 0 0.45 0.62 0.13
HSL 16.52º 0.67% 0.6% -
HSV(B) 16.52º 0.62% 0.87% -
XYZ 38.22 29.67 11.9 -
YUV 146.57 92.13 181.09 -
System Red Green Blue C M Y K H S L
Decimal 221 121 83 0 0.45 0.62 0.13 16.52 0.67 0.6
Hex DD 79 53 0 2D 3E D 11 43 3C
Octal 335 171 123 0 55 76 15 21 103 74
Binary 11011101 1111001 1010011 0 101101 111110 1101 10001 1000011 111100

Color Harmonies of #DD7953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7953

Black with #DD7953

Text Example


Text Example

White with #DD7953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7953; }

 p { color: rgb(221,121,83); }

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

background-color css

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

 a { background-color: rgb(221,121,83); }

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

border-color css

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

 span { border-color: rgb(221,121,83); }

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