#D29984

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

Shades of Quicksand #D29984

Tints of Quicksand #D29984

Color information

#D29984 (or 0xD29984) is unknown color: approx Quicksand. HEX triplet: D2, 99 and 84. RGB value is (210,153,132). Sum of RGB (Red+Green+Blue) = 210+153+132=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D29984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29984 is #2D667B. Grayscale: #A7A7A7. Windows color (decimal): -2975356 or 8690130. OLE color: 8690130.

HSL color Cylindrical-coordinate representation of color #D29984: hue angle of 16.15º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D29984 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB210153132-
CMYK00.270.370.18
HSL16.15º46.43%67.06%-
HSV(B)16.15º37.14%82.35%-
XYZ42.1338.1526.97-
YUV167.65107.88158.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.42%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=42.42%
G=30.91%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015313200.270.370.1816.1546.4367.06
HexD2998401B2512102e43
Octal32223120403345222056103
Binary11010010100110011000010001101110010110010100001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29984; }

 p { color: rgb(210,153,132); }

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

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

 a { background-color: rgb(210,153,132); }

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

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

 span { border-color: rgb(210,153,132); }

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