Html Css Color HEX #DD7B55 Burnt Sienna

📋 copy color: '#DD7B55'

red 221 ◦ green 123 ◦ blue 85

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

Shades of Burnt Sienna #DD7B55

Tints of Burnt Sienna #DD7B55

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.67%

 BLUE value IS 85 (33.59% from 255) = 19.81%

R = 51.52%
G = 28.67%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD7B55 (or 0xDD7B55) is known color: Burnt Sienna. HEX triplet: DD, 7B and 55. RGB value is (221,123,85). Sum of RGB (Red+Green+Blue) = 221+123+85=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B55 is #2284AA. Grayscale: #949494. Windows color (decimal): -2262187 or 5602269. OLE color: 5602269.

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

Color convert

RGB 221 123 85 -
CMYK 0 0.44 0.62 0.13
HSL 16.76º 0.67% 0.6% -
HSV(B) 16.76º 0.62% 0.87% -
XYZ 38.54 30.19 12.39 -
YUV 147.97 92.47 180.09 -
System Red Green Blue C M Y K H S L
Decimal 221 123 85 0 0.44 0.62 0.13 16.76 0.67 0.6
Hex DD 7B 55 0 2C 3E D 11 43 3C
Octal 335 173 125 0 54 76 15 21 103 74
Binary 11011101 1111011 1010101 0 101100 111110 1101 10001 1000011 111100

Color Harmonies of #DD7B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B55

Black with #DD7B55

Text Example


Text Example

White with #DD7B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B55; }

 p { color: rgb(221,123,85); }

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

background-color css

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

 a { background-color: rgb(221,123,85); }

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

border-color css

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

 span { border-color: rgb(221,123,85); }

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