Html Css Color HEX #DD7650 Burnt Sienna

📋 copy color: '#DD7650'

red 221 ◦ green 118 ◦ blue 80

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

Shades of Burnt Sienna #DD7650

Tints of Burnt Sienna #DD7650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.16%

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

R = 52.74%
G = 28.16%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD7650 (or 0xDD7650) is known color: Burnt Sienna. HEX triplet: DD, 76 and 50. RGB value is (221,118,80). Sum of RGB (Red+Green+Blue) = 221+118+80=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7650 is #2289AF. Grayscale: #909090. Windows color (decimal): -2263472 or 5273309. OLE color: 5273309.

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

Color convert

RGB 221 118 80 -
CMYK 0 0.47 0.64 0.13
HSL 16.17º 0.67% 0.59% -
HSV(B) 16.17º 0.64% 0.87% -
XYZ 37.75 28.91 11.18 -
YUV 144.47 91.62 182.59 -
System Red Green Blue C M Y K H S L
Decimal 221 118 80 0 0.47 0.64 0.13 16.17 0.67 0.59
Hex DD 76 50 0 2F 40 D 10 43 3B
Octal 335 166 120 0 57 100 15 20 103 73
Binary 11011101 1110110 1010000 0 101111 1000000 1101 10000 1000011 111011

Color Harmonies of #DD7650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7650

Black with #DD7650

Text Example


Text Example

White with #DD7650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7650; }

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

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

background-color css

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

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

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

border-color css

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

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

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