Html Css Color HEX #DD7251 Burnt Sienna

📋 copy color: '#DD7251'

red 221 ◦ green 114 ◦ blue 81

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

Shades of Burnt Sienna #DD7251

Tints of Burnt Sienna #DD7251

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.4%

 BLUE value IS 81 (32.03% from 255) = 19.47%

R = 53.13%
G = 27.4%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD7251 (or 0xDD7251) is known color: Burnt Sienna. HEX triplet: DD, 72 and 51. RGB value is (221,114,81). Sum of RGB (Red+Green+Blue) = 221+114+81=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7251 is #228DAE. Grayscale: #8E8E8E. Windows color (decimal): -2264495 or 5337821. OLE color: 5337821.

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

Color convert

RGB 221 114 81 -
CMYK 0 0.48 0.63 0.13
HSL 14.14º 0.67% 0.59% -
HSV(B) 14.14º 0.63% 0.87% -
XYZ 37.32 28 11.22 -
YUV 142.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 221 114 81 0 0.48 0.63 0.13 14.14 0.67 0.59
Hex DD 72 51 0 30 3F D E 43 3B
Octal 335 162 121 0 60 77 15 16 103 73
Binary 11011101 1110010 1010001 0 110000 111111 1101 1110 1000011 111011

Color Harmonies of #DD7251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7251

Black with #DD7251

Text Example


Text Example

White with #DD7251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7251; }

 p { color: rgb(221,114,81); }

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

background-color css

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

 a { background-color: rgb(221,114,81); }

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

border-color css

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

 span { border-color: rgb(221,114,81); }

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