#D88361

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

Shades of Burning Sand #D88361

Tints of Burning Sand #D88361

Color information

#D88361 (or 0xD88361) is unknown color: approx Burning Sand. HEX triplet: D8, 83 and 61. RGB value is (216,131,97). Sum of RGB (Red+Green+Blue) = 216+131+97=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D88361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88361 is #277C9E. Grayscale: #989898. Windows color (decimal): -2587807 or 6390744. OLE color: 6390744.

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

Color convert

RGB21613197-
CMYK00.390.550.15
HSL17.14º60.41%61.37%-
HSV(B)17.14º55.09%84.71%-
XYZ38.5931.6915.39-
YUV152.5496.66173.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.65%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 97 (38.28% from 255) = 21.85%
R=48.65%
G=29.50%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161319700.390.550.1517.1460.4161.37
HexD8836102737F113c3d
Octal3302031410476717217475
Binary110110001000001111000010100111110111111110001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88361; }

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

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

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

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

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

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

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

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