#D48068

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

Shades of Burning Sand #D48068

Tints of Burning Sand #D48068

Color information

#D48068 (or 0xD48068) is unknown color: approx Burning Sand. HEX triplet: D4, 80 and 68. RGB value is (212,128,104). Sum of RGB (Red+Green+Blue) = 212+128+104=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D48068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48068 is #2B7F97. Grayscale: #969696. Windows color (decimal): -2850712 or 6848724. OLE color: 6848724.

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

Color convert

RGB212128104-
CMYK00.400.510.17
HSL13.33º55.67%61.96%-
HSV(B)13.33º50.94%83.14%-
XYZ37.3730.4317-
YUV150.38101.83171.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.75%
GREEN value IS 128 (50.39% from 255) = 28.83%
BLUE value IS 104 (41.02% from 255) = 23.42%
R=47.75%
G=28.83%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212810400.400.510.1713.3355.6761.96
HexD480680283311d383e
Octal3242001500506321157076
Binary110101001000000011010000101000110011100011101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48068; }

 p { color: rgb(212,128,104); }

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

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

 a { background-color: rgb(212,128,104); }

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

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

 span { border-color: rgb(212,128,104); }

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