#D38566

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

Shades of Burning Sand #D38566

Tints of Burning Sand #D38566

Color information

#D38566 (or 0xD38566) is unknown color: approx Burning Sand. HEX triplet: D3, 85 and 66. RGB value is (211,133,102). Sum of RGB (Red+Green+Blue) = 211+133+102=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D38566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38566 is #2C7A99. Grayscale: #989898. Windows color (decimal): -2914970 or 6718931. OLE color: 6718931.

HSL color Cylindrical-coordinate representation of color #D38566: hue angle of 17.06º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D38566 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB211133102-
CMYK00.370.520.17
HSL17.06º55.33%61.37%-
HSV(B)17.06º51.66%82.75%-
XYZ37.6531.5816.68-
YUV152.7999.34169.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.31%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 102 (40.23% from 255) = 22.87%
R=47.31%
G=29.82%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113310200.370.520.1717.0655.3361.37
HexD38566025341111373d
Octal3232051460456421216775
Binary1101001110000101110011001001011101001000110001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38566; }

 p { color: rgb(211,133,102); }

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

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

 a { background-color: rgb(211,133,102); }

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

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

 span { border-color: rgb(211,133,102); }

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