#D48069

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

Shades of Burning Sand #D48069

Tints of Burning Sand #D48069

Color information

#D48069 (or 0xD48069) is unknown color: approx Burning Sand. HEX triplet: D4, 80 and 69. RGB value is (212,128,105). Sum of RGB (Red+Green+Blue) = 212+128+105=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D48069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48069 is #2B7F96. Grayscale: #969696. Windows color (decimal): -2850711 or 6914260. OLE color: 6914260.

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

Color convert

RGB212128105-
CMYK00.400.500.17
HSL12.9º55.44%62.16%-
HSV(B)12.9º50.47%83.14%-
XYZ37.4230.4617.27-
YUV150.49102.33171.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.64%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 105 (41.41% from 255) = 23.60%
R=47.64%
G=28.76%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212810500.400.500.1712.955.4462.16
HexD480690283211d373e
Octal3242001510506221156776
Binary110101001000000011010010101000110010100011101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48069; }

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

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

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

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

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

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

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

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