#D5855A

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

Shades of Burning Sand #D5855A

Tints of Burning Sand #D5855A

Color information

#D5855A (or 0xD5855A) is unknown color: approx Burning Sand. HEX triplet: D5, 85 and 5A. RGB value is (213,133,90). Sum of RGB (Red+Green+Blue) = 213+133+90=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5855A is #2A7AA5. Grayscale: #989898. Windows color (decimal): -2783910 or 5932501. OLE color: 5932501.

HSL color Cylindrical-coordinate representation of color #D5855A: hue angle of 20.98º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5855A is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB21313390-
CMYK00.380.580.16
HSL20.98º59.42%59.41%-
HSV(B)20.98º57.75%83.53%-
XYZ37.6731.6613.8-
YUV152.0293171.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.85%
GREEN value IS 133 (52.34% from 255) = 30.50%
BLUE value IS 90 (35.55% from 255) = 20.64%
R=48.85%
G=30.50%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131339000.380.580.1620.9859.4259.41
HexD5855A0263A10153b3b
Octal3252051320467220257373
Binary1101010110000101101101001001101110101000010101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5855A; }

 p { color: rgb(213,133,90); }

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

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

 a { background-color: rgb(213,133,90); }

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

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

 span { border-color: rgb(213,133,90); }

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