Html Css Color HEX #DA7E55 Burning Sand

📋 copy color: '#DA7E55'

red 218 ◦ green 126 ◦ blue 85

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

Shades of Burning Sand #DA7E55

Tints of Burning Sand #DA7E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.81%

R = 50.82%
G = 29.37%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA7E55 (or 0xDA7E55) is known color: Burning Sand. HEX triplet: DA, 7E and 55. RGB value is (218,126,85). Sum of RGB (Red+Green+Blue) = 218+126+85=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E55 is #2581AA. Grayscale: #959595. Windows color (decimal): -2458027 or 5603034. OLE color: 5603034.

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

Color convert

RGB 218 126 85 -
CMYK 0 0.42 0.61 0.15
HSL 18.5º 0.64% 0.59% -
HSV(B) 18.5º 0.61% 0.85% -
XYZ 38.01 30.48 12.47 -
YUV 148.83 91.98 177.33 -
System Red Green Blue C M Y K H S L
Decimal 218 126 85 0 0.42 0.61 0.15 18.5 0.64 0.59
Hex DA 7E 55 0 2A 3D F 12 40 3B
Octal 332 176 125 0 52 75 17 22 100 73
Binary 11011010 1111110 1010101 0 101010 111101 1111 10010 1000000 111011

Color Harmonies of #DA7E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E55

Black with #DA7E55

Text Example


Text Example

White with #DA7E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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