#D5816A

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

Shades of Burning Sand #D5816A

Tints of Burning Sand #D5816A

Color information

#D5816A (or 0xD5816A) is unknown color: approx Burning Sand. HEX triplet: D5, 81 and 6A. RGB value is (213,129,106). Sum of RGB (Red+Green+Blue) = 213+129+106=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5816A is #2A7E95. Grayscale: #979797. Windows color (decimal): -2784918 or 6980053. OLE color: 6980053.

HSL color Cylindrical-coordinate representation of color #D5816A: hue angle of 12.9º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5816A is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB213129106-
CMYK00.390.500.16
HSL12.9º56.02%62.55%-
HSV(B)12.9º50.23%83.53%-
XYZ37.8930.8917.6-
YUV151.49102.33171.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=47.54%
G=28.79%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312910600.390.500.1612.956.0262.55
HexD5816A0273210d383f
Octal3252011520476220157077
Binary110101011000000111010100100111110010100001101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5816A; }

 p { color: rgb(213,129,106); }

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

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

 a { background-color: rgb(213,129,106); }

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

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

 span { border-color: rgb(213,129,106); }

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