#D29785

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

Shades of Quicksand #D29785

Tints of Quicksand #D29785

Color information

#D29785 (or 0xD29785) is unknown color: approx Quicksand. HEX triplet: D2, 97 and 85. RGB value is (210,151,133). Sum of RGB (Red+Green+Blue) = 210+151+133=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D29785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29785 is #2D687A. Grayscale: #A6A6A6. Windows color (decimal): -2975867 or 8755154. OLE color: 8755154.

HSL color Cylindrical-coordinate representation of color #D29785: hue angle of 14.03º 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 #D29785 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB210151133-
CMYK00.280.370.18
HSL14.03º46.11%67.25%-
HSV(B)14.03º36.67%82.35%-
XYZ41.8837.5327.23-
YUV166.59109.05158.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.51%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=42.51%
G=30.57%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015113300.280.370.1814.0346.1167.25
HexD2978501C2512e2e43
Octal32222720503445221656103
Binary1101001010010111100001010111001001011001011101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29785; }

 p { color: rgb(210,151,133); }

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

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

 a { background-color: rgb(210,151,133); }

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

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

 span { border-color: rgb(210,151,133); }

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