#D48665

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

Shades of Burning Sand #D48665

Tints of Burning Sand #D48665

Color information

#D48665 (or 0xD48665) is unknown color: approx Burning Sand. HEX triplet: D4, 86 and 65. RGB value is (212,134,101). Sum of RGB (Red+Green+Blue) = 212+134+101=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D48665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48665 is #2B799A. Grayscale: #999999. Windows color (decimal): -2849179 or 6653652. OLE color: 6653652.

HSL color Cylindrical-coordinate representation of color #D48665: hue angle of 17.84º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D48665 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB212134101-
CMYK00.370.520.17
HSL17.84º56.35%61.37%-
HSV(B)17.84º52.36%83.14%-
XYZ38.0331.9916.48-
YUV153.5698.34169.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.43%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 101 (39.84% from 255) = 22.60%
R=47.43%
G=29.98%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213410100.370.520.1717.8456.3561.37
HexD48665025341112383d
Octal3242061450456421227075
Binary1101010010000110110010101001011101001000110010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48665; }

 p { color: rgb(212,134,101); }

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

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

 a { background-color: rgb(212,134,101); }

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

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

 span { border-color: rgb(212,134,101); }

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