#D58269

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

Shades of Burning Sand #D58269

Tints of Burning Sand #D58269

Color information

#D58269 (or 0xD58269) is unknown color: approx Burning Sand. HEX triplet: D5, 82 and 69. RGB value is (213,130,105). Sum of RGB (Red+Green+Blue) = 213+130+105=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D58269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58269 is #2A7D96. Grayscale: #989898. Windows color (decimal): -2784663 or 6914773. OLE color: 6914773.

HSL color Cylindrical-coordinate representation of color #D58269: hue angle of 13.89º 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 #D58269 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB213130105-
CMYK00.390.510.16
HSL13.89º56.25%62.35%-
HSV(B)13.89º50.7%83.53%-
XYZ37.9731.1317.37-
YUV151.97101.5171.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 105 (41.41% from 255) = 23.44%
R=47.54%
G=29.02%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313010500.390.510.1613.8956.2562.35
HexD582690273310e383e
Octal3252021510476320167076
Binary110101011000001011010010100111110011100001110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58269; }

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

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

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

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

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

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

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

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