#D88069

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

Shades of Burning Sand #D88069

Tints of Burning Sand #D88069

Color information

#D88069 (or 0xD88069) is unknown color: approx Burning Sand. HEX triplet: D8, 80 and 69. RGB value is (216,128,105). Sum of RGB (Red+Green+Blue) = 216+128+105=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D88069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88069 is #277F96. Grayscale: #979797. Windows color (decimal): -2588567 or 6914264. OLE color: 6914264.

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

Color convert

RGB216128105-
CMYK00.410.510.15
HSL12.43º58.73%62.94%-
HSV(B)12.43º51.39%84.71%-
XYZ38.5931.0617.33-
YUV151.69101.65173.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.11%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 105 (41.41% from 255) = 23.39%
R=48.11%
G=28.51%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612810500.410.510.1512.4358.7362.94
HexD8806902933Fc3b3f
Octal3302001510516317147377
Binary11011000100000001101001010100111001111111100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88069; }

 p { color: rgb(216,128,105); }

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

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

 a { background-color: rgb(216,128,105); }

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

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

 span { border-color: rgb(216,128,105); }

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