Html Css Color HEX #DA704E Burnt Sienna

📋 copy color: '#DA704E'

red 218 ◦ green 112 ◦ blue 78

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

Shades of Burnt Sienna #DA704E

Tints of Burnt Sienna #DA704E

RGB

 RED value IS 218 (85.55% from 255) = 53.43%

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

 BLUE value IS 78 (30.86% from 255) = 19.12%

R = 53.43%
G = 27.45%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA704E (or 0xDA704E) is known color: Burnt Sienna. HEX triplet: DA, 70 and 4E. RGB value is (218,112,78). Sum of RGB (Red+Green+Blue) = 218+112+78=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA704E is #258FB1. Grayscale: #8C8C8C. Windows color (decimal): -2461618 or 5140698. OLE color: 5140698.

HSL color Cylindrical-coordinate representation of color #DA704E: hue angle of 14.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA704E is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 112 78 -
CMYK 0 0.49 0.64 0.15
HSL 14.57º 0.65% 0.58% -
HSV(B) 14.57º 0.64% 0.85% -
XYZ 36.08 27.04 10.53 -
YUV 139.82 93.12 183.76 -
System Red Green Blue C M Y K H S L
Decimal 218 112 78 0 0.49 0.64 0.15 14.57 0.65 0.58
Hex DA 70 4E 0 31 40 F F 41 3A
Octal 332 160 116 0 61 100 17 17 101 72
Binary 11011010 1110000 1001110 0 110001 1000000 1111 1111 1000001 111010

Color Harmonies of #DA704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA704E

Black with #DA704E

Text Example


Text Example

White with #DA704E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA704E; }

 p { color: rgb(218,112,78); }

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

background-color css

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

 a { background-color: rgb(218,112,78); }

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

border-color css

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

 span { border-color: rgb(218,112,78); }

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