#D88461

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

Shades of Burning Sand #D88461

Tints of Burning Sand #D88461

Color information

#D88461 (or 0xD88461) is unknown color: approx Burning Sand. HEX triplet: D8, 84 and 61. RGB value is (216,132,97). Sum of RGB (Red+Green+Blue) = 216+132+97=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D88461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88461 is #277B9E. Grayscale: #999999. Windows color (decimal): -2587551 or 6391000. OLE color: 6391000.

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

Color convert

RGB21613297-
CMYK00.390.550.15
HSL17.65º60.41%61.37%-
HSV(B)17.65º55.09%84.71%-
XYZ38.7331.9615.44-
YUV153.1396.33172.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.54%
GREEN value IS 132 (51.95% from 255) = 29.66%
BLUE value IS 97 (38.28% from 255) = 21.80%
R=48.54%
G=29.66%
B=21.80%

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
Decimal2161329700.390.550.1517.6560.4161.37
HexD8846102737F123c3d
Octal3302041410476717227475
Binary110110001000010011000010100111110111111110010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88461; }

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

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

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

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

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

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

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

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