#D37969

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

Shades of Burning Sand #D37969

Tints of Burning Sand #D37969

Color information

#D37969 (or 0xD37969) is unknown color: approx Burning Sand. HEX triplet: D3, 79 and 69. RGB value is (211,121,105). Sum of RGB (Red+Green+Blue) = 211+121+105=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D37969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37969 is #2C8696. Grayscale: #929292. Windows color (decimal): -2918039 or 6912467. OLE color: 6912467.

HSL color Cylindrical-coordinate representation of color #D37969: hue angle of 9.06º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D37969 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB211121105-
CMYK00.430.500.17
HSL9.06º54.64%61.96%-
HSV(B)9.06º50.24%82.75%-
XYZ36.2528.5416.96-
YUV146.09104.82174.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.28%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 105 (41.41% from 255) = 24.03%
R=48.28%
G=27.69%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112110500.430.500.179.0654.6461.96
HexD3796902B32119373e
Octal3231711510536221116776
Binary11010011111100111010010101011110010100011001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37969; }

 p { color: rgb(211,121,105); }

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

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

 a { background-color: rgb(211,121,105); }

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

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

 span { border-color: rgb(211,121,105); }

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