#D88061

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

Shades of Burning Sand #D88061

Tints of Burning Sand #D88061

Color information

#D88061 (or 0xD88061) is unknown color: approx Burning Sand. HEX triplet: D8, 80 and 61. RGB value is (216,128,97). Sum of RGB (Red+Green+Blue) = 216+128+97=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D88061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88061 is #277F9E. Grayscale: #969696. Windows color (decimal): -2588575 or 6389976. OLE color: 6389976.

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

Color convert

RGB21612897-
CMYK00.410.550.15
HSL15.63º60.41%61.37%-
HSV(B)15.63º55.09%84.71%-
XYZ38.230.915.26-
YUV150.7897.65174.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.98%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 97 (38.28% from 255) = 22.00%
R=48.98%
G=29.02%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161289700.410.550.1515.6360.4161.37
HexD8806102937F103c3d
Octal3302001410516717207475
Binary110110001000000011000010101001110111111110000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88061; }

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

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

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

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

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

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

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

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