#DA7C5B

Color #DA7C5B Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #DA7C5B

Tints of Burning Sand #DA7C5B

Color information

#DA7C5B (or 0xDA7C5B) is unknown color: approx Burning Sand. HEX triplet: DA, 7C and 5B. RGB value is (218,124,91). Sum of RGB (Red+Green+Blue) = 218+124+91=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C5B is #2583A4. Grayscale: #949494. Windows color (decimal): -2458533 or 5995738. OLE color: 5995738.

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

Color convert

RGB21812491-
CMYK00.430.580.15
HSL15.59º63.18%60.59%-
HSV(B)15.59º58.26%85.49%-
XYZ38.0130.0813.7-
YUV148.3495.64177.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.35%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 91 (35.94% from 255) = 21.02%
R=50.35%
G=28.64%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181249100.430.580.1515.5963.1860.59
HexDA7C5B02B3AF103f3d
Octal3321741330537217207775
Binary11011010111110010110110101011111010111110000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7C5B; }

 p { color: rgb(218,124,91); }

 H1.HeaderClassName
 {
   color: #DA7C5B;
 }
 .AnyTagClassName
 {
   color: #DA7C5B;
 }
</style>
background-color css

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

 a { background-color: rgb(218,124,91); }

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

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

 span { border-color: rgb(218,124,91); }

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