#D4865F

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

Shades of Burning Sand #D4865F

Tints of Burning Sand #D4865F

Color information

#D4865F (or 0xD4865F) is unknown color: approx Burning Sand. HEX triplet: D4, 86 and 5F. RGB value is (212,134,95). Sum of RGB (Red+Green+Blue) = 212+134+95=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D4865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4865F is #2B79A0. Grayscale: #999999. Windows color (decimal): -2849185 or 6260436. OLE color: 6260436.

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

Color convert

RGB21213495-
CMYK00.370.550.17
HSL20º57.64%60.2%-
HSV(B)20º55.19%83.14%-
XYZ37.7431.8714.99-
YUV152.8895.34170.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.07%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=48.07%
G=30.39%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121349500.370.550.172057.6460.2
HexD4865F0253711143a3c
Octal3242061370456721247274
Binary1101010010000110101111101001011101111000110100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4865F; }

 p { color: rgb(212,134,95); }

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

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

 a { background-color: rgb(212,134,95); }

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

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

 span { border-color: rgb(212,134,95); }

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