Html Css Color HEX #DA7E5A Burning Sand

📋 copy color: '#DA7E5A'

red 218 ◦ green 126 ◦ blue 90

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

Shades of Burning Sand #DA7E5A

Tints of Burning Sand #DA7E5A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.03%

 BLUE value IS 90 (35.55% from 255) = 20.74%

R = 50.23%
G = 29.03%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA7E5A (or 0xDA7E5A) is known color: Burning Sand. HEX triplet: DA, 7E and 5A. RGB value is (218,126,90). Sum of RGB (Red+Green+Blue) = 218+126+90=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E5A is #2581A5. Grayscale: #959595. Windows color (decimal): -2458022 or 5930714. OLE color: 5930714.

HSL color Cylindrical-coordinate representation of color #DA7E5A: hue angle of 16.88º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA7E5A is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 126 90 -
CMYK 0 0.42 0.59 0.15
HSL 16.88º 0.63% 0.6% -
HSV(B) 16.88º 0.59% 0.85% -
XYZ 38.22 30.57 13.56 -
YUV 149.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 218 126 90 0 0.42 0.59 0.15 16.88 0.63 0.6
Hex DA 7E 5A 0 2A 3B F 11 3F 3C
Octal 332 176 132 0 52 73 17 21 77 74
Binary 11011010 1111110 1011010 0 101010 111011 1111 10001 111111 111100

Color Harmonies of #DA7E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E5A

Black with #DA7E5A

Text Example


Text Example

White with #DA7E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E5A; }

 p { color: rgb(218,126,90); }

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

background-color css

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

 a { background-color: rgb(218,126,90); }

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

border-color css

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

 span { border-color: rgb(218,126,90); }

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