#D28564

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

Shades of Burning Sand #D28564

Tints of Burning Sand #D28564

Color information

#D28564 (or 0xD28564) is unknown color: approx Burning Sand. HEX triplet: D2, 85 and 64. RGB value is (210,133,100). Sum of RGB (Red+Green+Blue) = 210+133+100=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D28564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28564 is #2D7A9B. Grayscale: #989898. Windows color (decimal): -2980508 or 6587858. OLE color: 6587858.

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

Color convert

RGB210133100-
CMYK00.370.520.18
HSL18º55%60.78%-
HSV(B)18º52.38%82.35%-
XYZ37.2731.416.15-
YUV152.2698.51169.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.40%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 100 (39.45% from 255) = 22.57%
R=47.40%
G=30.02%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013310000.370.520.18185560.78
HexD28564025341212373d
Octal3222051440456422226775
Binary1101001010000101110010001001011101001001010010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28564; }

 p { color: rgb(210,133,100); }

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

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

 a { background-color: rgb(210,133,100); }

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

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

 span { border-color: rgb(210,133,100); }

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