Html Css Color HEX #DE704C Burnt Sienna

📋 copy color: '#DE704C'

red 222 ◦ green 112 ◦ blue 76

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

Shades of Burnt Sienna #DE704C

Tints of Burnt Sienna #DE704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.54%

R = 54.15%
G = 27.32%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE704C (or 0xDE704C) is known color: Burnt Sienna. HEX triplet: DE, 70 and 4C. RGB value is (222,112,76). Sum of RGB (Red+Green+Blue) = 222+112+76=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE704C is #218FB3. Grayscale: #8D8D8D. Windows color (decimal): -2199476 or 5009630. OLE color: 5009630.

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

Color convert

RGB 222 112 76 -
CMYK 0 0.50 0.66 0.13
HSL 14.79º 0.69% 0.58% -
HSV(B) 14.79º 0.66% 0.87% -
XYZ 37.22 27.64 10.21 -
YUV 140.79 91.44 185.93 -
System Red Green Blue C M Y K H S L
Decimal 222 112 76 0 0.50 0.66 0.13 14.79 0.69 0.58
Hex DE 70 4C 0 32 42 D F 45 3A
Octal 336 160 114 0 62 102 15 17 105 72
Binary 11011110 1110000 1001100 0 110010 1000010 1101 1111 1000101 111010

Color Harmonies of #DE704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE704C

Black with #DE704C

Text Example


Text Example

White with #DE704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE704C; }

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

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

background-color css

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

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

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

border-color css

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

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

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