#D8825C

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

Shades of Burning Sand #D8825C

Tints of Burning Sand #D8825C

Color information

#D8825C (or 0xD8825C) is unknown color: approx Burning Sand. HEX triplet: D8, 82 and 5C. RGB value is (216,130,92). Sum of RGB (Red+Green+Blue) = 216+130+92=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8825C is #277DA3. Grayscale: #979797. Windows color (decimal): -2588068 or 6062808. OLE color: 6062808.

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

Color convert

RGB21613092-
CMYK00.400.570.15
HSL18.39º61.39%60.39%-
HSV(B)18.39º57.41%84.71%-
XYZ38.2331.3414.16-
YUV151.3894.49174.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.32%
GREEN value IS 130 (51.17% from 255) = 29.68%
BLUE value IS 92 (36.33% from 255) = 21.00%
R=49.32%
G=29.68%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161309200.400.570.1518.3961.3960.39
HexD8825C02839F123d3c
Octal3302021340507117227574
Binary110110001000001010111000101000111001111110010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8825C; }

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

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

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

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

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

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

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

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