#D48362

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

Shades of Burning Sand #D48362

Tints of Burning Sand #D48362

Color information

#D48362 (or 0xD48362) is unknown color: approx Burning Sand. HEX triplet: D4, 83 and 62. RGB value is (212,131,98). Sum of RGB (Red+Green+Blue) = 212+131+98=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D48362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48362 is #2B7C9D. Grayscale: #979797. Windows color (decimal): -2849950 or 6456276. OLE color: 6456276.

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

Color convert

RGB21213198-
CMYK00.380.540.17
HSL17.37º57%60.78%-
HSV(B)17.37º53.77%83.14%-
XYZ37.4731.1115.59-
YUV151.4697.84171.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.07%
GREEN value IS 131 (51.56% from 255) = 29.71%
BLUE value IS 98 (38.67% from 255) = 22.22%
R=48.07%
G=29.71%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121319800.380.540.1717.375760.78
HexD48362026361111393d
Octal3242031420466621217175
Binary1101010010000011110001001001101101101000110001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48362; }

 p { color: rgb(212,131,98); }

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

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

 a { background-color: rgb(212,131,98); }

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

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

 span { border-color: rgb(212,131,98); }

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