Html Css Color HEX #DE704D Burnt Sienna

📋 copy color: '#DE704D'

red 222 ◦ green 112 ◦ blue 77

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

Shades of Burnt Sienna #DE704D

Tints of Burnt Sienna #DE704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.25%

 BLUE value IS 77 (30.47% from 255) = 18.73%

R = 54.01%
G = 27.25%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE704D (or 0xDE704D) is known color: Burnt Sienna. HEX triplet: DE, 70 and 4D. RGB value is (222,112,77). Sum of RGB (Red+Green+Blue) = 222+112+77=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE704D is #218FB2. Grayscale: #8D8D8D. Windows color (decimal): -2199475 or 5075166. OLE color: 5075166.

HSL color Cylindrical-coordinate representation of color #DE704D: hue angle of 14.48º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE704D is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 112 77 -
CMYK 0 0.50 0.65 0.13
HSL 14.48º 0.69% 0.59% -
HSV(B) 14.48º 0.65% 0.87% -
XYZ 37.26 27.65 10.4 -
YUV 140.9 91.94 185.85 -
System Red Green Blue C M Y K H S L
Decimal 222 112 77 0 0.50 0.65 0.13 14.48 0.69 0.59
Hex DE 70 4D 0 32 41 D E 45 3B
Octal 336 160 115 0 62 101 15 16 105 73
Binary 11011110 1110000 1001101 0 110010 1000001 1101 1110 1000101 111011

Color Harmonies of #DE704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE704D

Black with #DE704D

Text Example


Text Example

White with #DE704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE704D; }

 p { color: rgb(222,112,77); }

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

background-color css

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

 a { background-color: rgb(222,112,77); }

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

border-color css

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

 span { border-color: rgb(222,112,77); }

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