Html Css Color HEX #D29984 Quicksand

📋 copy color: '#D29984'

red 210 ◦ green 153 ◦ blue 132

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

Shades of Quicksand #D29984

Tints of Quicksand #D29984

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 value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D29984 (or 0xD29984) is known color: 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

RGB 210 153 132 -
CMYK 0 0.27 0.37 0.18
HSL 16.15º 0.46% 0.67% -
HSV(B) 16.15º 0.37% 0.82% -
XYZ 42.13 38.15 26.97 -
YUV 167.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 210 153 132 0 0.27 0.37 0.18 16.15 0.46 0.67
Hex D2 99 84 0 1B 25 12 10 2E 43
Octal 322 231 204 0 33 45 22 20 56 103
Binary 11010010 10011001 10000100 0 11011 100101 10010 10000 101110 1000011

Color Harmonies of #D29984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29984

Black with #D29984

Text Example


Text Example

White with #D29984

Text Example


Text Example

HTML Codes & Css Web 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>