#D88262

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

Shades of Burning Sand #D88262

Tints of Burning Sand #D88262

Color information

#D88262 (or 0xD88262) is unknown color: approx Burning Sand. HEX triplet: D8, 82 and 62. RGB value is (216,130,98). Sum of RGB (Red+Green+Blue) = 216+130+98=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D88262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88262 is #277D9D. Grayscale: #989898. Windows color (decimal): -2588062 or 6456024. OLE color: 6456024.

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

Color convert

RGB21613098-
CMYK00.400.550.15
HSL16.27º60.2%61.57%-
HSV(B)16.27º54.63%84.71%-
XYZ38.5131.4515.6-
YUV152.0797.49173.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.65%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 98 (38.67% from 255) = 22.07%
R=48.65%
G=29.28%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161309800.400.550.1516.2760.261.57
HexD8826202837F103c3e
Octal3302021420506717207476
Binary110110001000001011000100101000110111111110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88262; }

 p { color: rgb(216,130,98); }

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

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

 a { background-color: rgb(216,130,98); }

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

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

 span { border-color: rgb(216,130,98); }

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