#D4856A

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

Shades of Burning Sand #D4856A

Tints of Burning Sand #D4856A

Color information

#D4856A (or 0xD4856A) is unknown color: approx Burning Sand. HEX triplet: D4, 85 and 6A. RGB value is (212,133,106). Sum of RGB (Red+Green+Blue) = 212+133+106=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4856A is #2B7A95. Grayscale: #999999. Windows color (decimal): -2849430 or 6981076. OLE color: 6981076.

HSL color Cylindrical-coordinate representation of color #D4856A: hue angle of 15.28º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4856A is Cyan = 0, Magento = 0.37, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB212133106-
CMYK00.370.50.17
HSL15.28º55.21%62.35%-
HSV(B)15.28º50%83.14%-
XYZ38.1431.8117.77-
YUV153.54101.17169.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 133 (52.34% from 255) = 29.49%
BLUE value IS 106 (41.80% from 255) = 23.50%
R=47.01%
G=29.49%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213310600.370.50.1715.2855.2162.35
HexD4856A0253211f373e
Octal3242051520456221176776
Binary110101001000010111010100100101110010100011111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4856A; }

 p { color: rgb(212,133,106); }

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

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

 a { background-color: rgb(212,133,106); }

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

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

 span { border-color: rgb(212,133,106); }

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