Html Css Color HEX #DE7550 Burnt Sienna

📋 copy color: '#DE7550'

red 222 ◦ green 117 ◦ blue 80

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

Shades of Burnt Sienna #DE7550

Tints of Burnt Sienna #DE7550

RGB

 RED value IS 222 (87.11% from 255) = 52.98%

 GREEN value IS 117 (46.09% from 255) = 27.92%

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

R = 52.98%
G = 27.92%
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

#DE7550 (or 0xDE7550) is known color: Burnt Sienna. HEX triplet: DE, 75 and 50. RGB value is (222,117,80). Sum of RGB (Red+Green+Blue) = 222+117+80=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7550 is #218AAF. Grayscale: #909090. Windows color (decimal): -2198192 or 5273054. OLE color: 5273054.

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

Color convert

RGB 222 117 80 -
CMYK 0 0.47 0.64 0.13
HSL 15.63º 0.68% 0.59% -
HSV(B) 15.63º 0.64% 0.87% -
XYZ 37.93 28.83 11.16 -
YUV 144.18 91.79 183.51 -
System Red Green Blue C M Y K H S L
Decimal 222 117 80 0 0.47 0.64 0.13 15.63 0.68 0.59
Hex DE 75 50 0 2F 40 D 10 44 3B
Octal 336 165 120 0 57 100 15 20 104 73
Binary 11011110 1110101 1010000 0 101111 1000000 1101 10000 1000100 111011

Color Harmonies of #DE7550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7550

Black with #DE7550

Text Example


Text Example

White with #DE7550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7550; }

 p { color: rgb(222,117,80); }

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

background-color css

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

 a { background-color: rgb(222,117,80); }

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

border-color css

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

 span { border-color: rgb(222,117,80); }

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