#D48469

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

Shades of Burning Sand #D48469

Tints of Burning Sand #D48469

Color information

#D48469 (or 0xD48469) is unknown color: approx Burning Sand. HEX triplet: D4, 84 and 69. RGB value is (212,132,105). Sum of RGB (Red+Green+Blue) = 212+132+105=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D48469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48469 is #2B7B96. Grayscale: #999999. Windows color (decimal): -2849687 or 6915284. OLE color: 6915284.

HSL color Cylindrical-coordinate representation of color #D48469: hue angle of 15.14º 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 #D48469 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB212132105-
CMYK00.380.500.17
HSL15.14º55.44%62.16%-
HSV(B)15.14º50.47%83.14%-
XYZ37.9531.5217.45-
YUV152.84101170.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.22%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 105 (41.41% from 255) = 23.39%
R=47.22%
G=29.40%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213210500.380.500.1715.1455.4462.16
HexD484690263211f373e
Octal3242041510466221176776
Binary110101001000010011010010100110110010100011111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48469; }

 p { color: rgb(212,132,105); }

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

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

 a { background-color: rgb(212,132,105); }

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

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

 span { border-color: rgb(212,132,105); }

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