#DA7D65

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

Shades of Burning Sand #DA7D65

Tints of Burning Sand #DA7D65

Color information

#DA7D65 (or 0xDA7D65) is unknown color: approx Burning Sand. HEX triplet: DA, 7D and 65. RGB value is (218,125,101). Sum of RGB (Red+Green+Blue) = 218+125+101=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D65 is #25829A. Grayscale: #969696. Windows color (decimal): -2458267 or 6651354. OLE color: 6651354.

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

Color convert

RGB218125101-
CMYK00.430.540.15
HSL12.31º61.26%62.55%-
HSV(B)12.31º53.67%85.49%-
XYZ38.630.5116.17-
YUV150.07100.31176.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.10%
GREEN value IS 125 (49.22% from 255) = 28.15%
BLUE value IS 101 (39.84% from 255) = 22.75%
R=49.10%
G=28.15%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812510100.430.540.1512.3161.2662.55
HexDA7D6502B36Fc3d3f
Octal3321751450536617147577
Binary1101101011111011100101010101111011011111100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7D65; }

 p { color: rgb(218,125,101); }

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

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

 a { background-color: rgb(218,125,101); }

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

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

 span { border-color: rgb(218,125,101); }

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