#D38669

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

Shades of Burning Sand #D38669

Tints of Burning Sand #D38669

Color information

#D38669 (or 0xD38669) is unknown color: approx Burning Sand. HEX triplet: D3, 86 and 69. RGB value is (211,134,105). Sum of RGB (Red+Green+Blue) = 211+134+105=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D38669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38669 is #2C7996. Grayscale: #999999. Windows color (decimal): -2914711 or 6915795. OLE color: 6915795.

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

Color convert

RGB211134105-
CMYK00.360.500.17
HSL16.42º54.64%61.96%-
HSV(B)16.42º50.24%82.75%-
XYZ37.9431.9217.53-
YUV153.72100.51168.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.89%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 105 (41.41% from 255) = 23.33%
R=46.89%
G=29.78%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113410500.360.500.1716.4254.6461.96
HexD38669024321110373e
Octal3232061510446221206776
Binary1101001110000110110100101001001100101000110000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38669; }

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

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

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

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

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

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

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

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