#D98068

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

Shades of Burning Sand #D98068

Tints of Burning Sand #D98068

Color information

#D98068 (or 0xD98068) is unknown color: approx Burning Sand. HEX triplet: D9, 80 and 68. RGB value is (217,128,104). Sum of RGB (Red+Green+Blue) = 217+128+104=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D98068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98068 is #267F97. Grayscale: #989898. Windows color (decimal): -2523032 or 6848729. OLE color: 6848729.

HSL color Cylindrical-coordinate representation of color #D98068: hue angle of 12.74º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D98068 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB217128104-
CMYK00.410.520.15
HSL12.74º59.79%62.94%-
HSV(B)12.74º52.07%85.1%-
XYZ38.8331.1917.07-
YUV151.88100.99174.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.33%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 104 (41.02% from 255) = 23.16%
R=48.33%
G=28.51%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712810400.410.520.1512.7459.7962.94
HexD9806802934Fd3c3f
Octal3312001500516417157477
Binary11011001100000001101000010100111010011111101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98068; }

 p { color: rgb(217,128,104); }

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

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

 a { background-color: rgb(217,128,104); }

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

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

 span { border-color: rgb(217,128,104); }

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