#D38059

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

Shades of Burning Sand #D38059

Tints of Burning Sand #D38059

Color information

#D38059 (or 0xD38059) is unknown color: approx Burning Sand. HEX triplet: D3, 80 and 59. RGB value is (211,128,89). Sum of RGB (Red+Green+Blue) = 211+128+89=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D38059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38059 is #2C7FA6. Grayscale: #949494. Windows color (decimal): -2916263 or 5865683. OLE color: 5865683.

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

Color convert

RGB21112889-
CMYK00.390.580.17
HSL19.18º58.1%58.82%-
HSV(B)19.18º57.82%82.75%-
XYZ36.3930.0113.33-
YUV148.3794.5172.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.30%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 89 (35.16% from 255) = 20.79%
R=49.30%
G=29.91%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111288900.390.580.1719.1858.158.82
HexD380590273A11133a3b
Octal3232001310477221237273
Binary1101001110000000101100101001111110101000110011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38059; }

 p { color: rgb(211,128,89); }

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

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

 a { background-color: rgb(211,128,89); }

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

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

 span { border-color: rgb(211,128,89); }

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