#D48765

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

Shades of Burning Sand #D48765

Tints of Burning Sand #D48765

Color information

#D48765 (or 0xD48765) is unknown color: approx Burning Sand. HEX triplet: D4, 87 and 65. RGB value is (212,135,101). Sum of RGB (Red+Green+Blue) = 212+135+101=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D48765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48765 is #2B789A. Grayscale: #9A9A9A. Windows color (decimal): -2848923 or 6653908. OLE color: 6653908.

HSL color Cylindrical-coordinate representation of color #D48765: hue angle of 18.38º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D48765 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB212135101-
CMYK00.360.520.17
HSL18.38º56.35%61.37%-
HSV(B)18.38º52.36%83.14%-
XYZ38.1632.2616.53-
YUV154.1598.01169.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.32%
GREEN value IS 135 (53.12% from 255) = 30.13%
BLUE value IS 101 (39.84% from 255) = 22.54%
R=47.32%
G=30.13%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213510100.360.520.1718.3856.3561.37
HexD48765024341112383d
Octal3242071450446421227075
Binary1101010010000111110010101001001101001000110010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48765; }

 p { color: rgb(212,135,101); }

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

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

 a { background-color: rgb(212,135,101); }

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

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

 span { border-color: rgb(212,135,101); }

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