#D88364

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

Shades of Burning Sand #D88364

Tints of Burning Sand #D88364

Color information

#D88364 (or 0xD88364) is unknown color: approx Burning Sand. HEX triplet: D8, 83 and 64. RGB value is (216,131,100). Sum of RGB (Red+Green+Blue) = 216+131+100=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D88364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88364 is #277C9B. Grayscale: #999999. Windows color (decimal): -2587804 or 6587352. OLE color: 6587352.

HSL color Cylindrical-coordinate representation of color #D88364: hue angle of 16.03º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D88364 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB216131100-
CMYK00.390.540.15
HSL16.03º59.79%61.96%-
HSV(B)16.03º53.7%84.71%-
XYZ38.7431.7516.14-
YUV152.8898.16173.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.32%
GREEN value IS 131 (51.56% from 255) = 29.31%
BLUE value IS 100 (39.45% from 255) = 22.37%
R=48.32%
G=29.31%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613110000.390.540.1516.0359.7961.96
HexD8836402736F103c3e
Octal3302031440476617207476
Binary110110001000001111001000100111110110111110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88364; }

 p { color: rgb(216,131,100); }

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

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

 a { background-color: rgb(216,131,100); }

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

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

 span { border-color: rgb(216,131,100); }

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