#D38069

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

Shades of Burning Sand #D38069

Tints of Burning Sand #D38069

Color information

#D38069 (or 0xD38069) is unknown color: approx Burning Sand. HEX triplet: D3, 80 and 69. RGB value is (211,128,105). Sum of RGB (Red+Green+Blue) = 211+128+105=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D38069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38069 is #2C7F96. Grayscale: #969696. Windows color (decimal): -2916247 or 6914259. OLE color: 6914259.

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

Color convert

RGB211128105-
CMYK00.390.500.17
HSL13.02º54.64%61.96%-
HSV(B)13.02º50.24%82.75%-
XYZ37.1330.3117.26-
YUV150.2102.5171.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.52%
GREEN value IS 128 (50.39% from 255) = 28.83%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=47.52%
G=28.83%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112810500.390.500.1713.0254.6461.96
HexD380690273211d373e
Octal3232001510476221156776
Binary110100111000000011010010100111110010100011101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38069; }

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

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

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

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

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

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

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

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