Html Css Color HEX #D29884 Quicksand

📋 copy color: '#D29884'

red 210 ◦ green 152 ◦ blue 132

#D29884
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quicksand #D29884

Tints of Quicksand #D29884

RGB

 RED value IS 210 (82.42% from 255) = 42.51%

 GREEN value IS 152 (59.77% from 255) = 30.77%

 BLUE value IS 132 (51.95% from 255) = 26.72%

R = 42.51%
G = 30.77%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D29884 (or 0xD29884) is known color: Quicksand. HEX triplet: D2, 98 and 84. RGB value is (210,152,132). Sum of RGB (Red+Green+Blue) = 210+152+132=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D29884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29884 is #2D677B. Grayscale: #A7A7A7. Windows color (decimal): -2975612 or 8689874. OLE color: 8689874.

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

Color convert

RGB 210 152 132 -
CMYK 0 0.28 0.37 0.18
HSL 15.38º 0.46% 0.67% -
HSV(B) 15.38º 0.37% 0.82% -
XYZ 41.97 37.82 26.92 -
YUV 167.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 210 152 132 0 0.28 0.37 0.18 15.38 0.46 0.67
Hex D2 98 84 0 1C 25 12 F 2E 43
Octal 322 230 204 0 34 45 22 17 56 103
Binary 11010010 10011000 10000100 0 11100 100101 10010 1111 101110 1000011

Color Harmonies of #D29884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29884

Black with #D29884

Text Example


Text Example

White with #D29884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29884; }

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

 H1.HeaderClassName
 {
   color: #D29884;
 }
 .AnyTagClassName
 {
   color: #D29884;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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