#D38065

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

Shades of Burning Sand #D38065

Tints of Burning Sand #D38065

Color information

#D38065 (or 0xD38065) is unknown color: approx Burning Sand. HEX triplet: D3, 80 and 65. RGB value is (211,128,101). Sum of RGB (Red+Green+Blue) = 211+128+101=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D38065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38065 is #2C7F9A. Grayscale: #959595. Windows color (decimal): -2916251 or 6652115. OLE color: 6652115.

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

Color convert

RGB211128101-
CMYK00.390.520.17
HSL14.73º55.56%61.18%-
HSV(B)14.73º52.13%82.75%-
XYZ36.9330.2316.2-
YUV149.74100.5171.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.95%
GREEN value IS 128 (50.39% from 255) = 29.09%
BLUE value IS 101 (39.84% from 255) = 22.95%
R=47.95%
G=29.09%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112810100.390.520.1714.7355.5661.18
HexD380650273411f383d
Octal3232001450476421177075
Binary110100111000000011001010100111110100100011111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38065; }

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

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

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

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

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

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

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

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