#D58069

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

Shades of Burning Sand #D58069

Tints of Burning Sand #D58069

Color information

#D58069 (or 0xD58069) is unknown color: approx Burning Sand. HEX triplet: D5, 80 and 69. RGB value is (213,128,105). Sum of RGB (Red+Green+Blue) = 213+128+105=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D58069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58069 is #2A7F96. Grayscale: #969696. Windows color (decimal): -2785175 or 6914261. OLE color: 6914261.

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

Color convert

RGB213128105-
CMYK00.400.510.16
HSL12.78º56.25%62.35%-
HSV(B)12.78º50.7%83.53%-
XYZ37.7130.617.28-
YUV150.79102.16172.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.76%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 105 (41.41% from 255) = 23.54%
R=47.76%
G=28.70%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312810500.400.510.1612.7856.2562.35
HexD580690283310d383e
Octal3252001510506320157076
Binary110101011000000011010010101000110011100001101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58069; }

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

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

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

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

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

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

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

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