Html Css Color HEX #D09984 Quicksand

📋 copy color: '#D09984'

red 208 ◦ green 153 ◦ blue 132

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

Shades of Quicksand #D09984

Tints of Quicksand #D09984

RGB

 RED value IS 208 (81.64% from 255) = 42.19%

 GREEN value IS 153 (60.16% from 255) = 31.03%

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

R = 42.19%
G = 31.03%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D09984 (or 0xD09984) is known color: Quicksand. HEX triplet: D0, 99 and 84. RGB value is (208,153,132). Sum of RGB (Red+Green+Blue) = 208+153+132=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D09984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09984 is #2F667B. Grayscale: #A7A7A7. Windows color (decimal): -3106428 or 8690128. OLE color: 8690128.

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

Color convert

RGB 208 153 132 -
CMYK 0 0.26 0.37 0.18
HSL 16.58º 0.45% 0.67% -
HSV(B) 16.58º 0.37% 0.82% -
XYZ 41.57 37.86 26.95 -
YUV 167.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 208 153 132 0 0.26 0.37 0.18 16.58 0.45 0.67
Hex D0 99 84 0 1A 25 12 11 2D 43
Octal 320 231 204 0 32 45 22 21 55 103
Binary 11010000 10011001 10000100 0 11010 100101 10010 10001 101101 1000011

Color Harmonies of #D09984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09984

Black with #D09984

Text Example


Text Example

White with #D09984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09984; }

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

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

background-color css

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

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

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

border-color css

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

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

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