Html Css Color HEX #D09C86 Quicksand

📋 copy color: '#D09C86'

red 208 ◦ green 156 ◦ blue 134

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

Shades of Quicksand #D09C86

Tints of Quicksand #D09C86

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.33%

 BLUE value IS 134 (52.73% from 255) = 26.91%

R = 41.77%
G = 31.33%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D09C86 (or 0xD09C86) is known color: Quicksand. HEX triplet: D0, 9C and 86. RGB value is (208,156,134). Sum of RGB (Red+Green+Blue) = 208+156+134=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09C86 is #2F6379. Grayscale: #A9A9A9. Windows color (decimal): -3105658 or 8821968. OLE color: 8821968.

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

Color convert

RGB 208 156 134 -
CMYK 0 0.25 0.36 0.18
HSL 17.84º 0.44% 0.67% -
HSV(B) 17.84º 0.36% 0.82% -
XYZ 42.2 38.91 27.84 -
YUV 169.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 208 156 134 0 0.25 0.36 0.18 17.84 0.44 0.67
Hex D0 9C 86 0 19 24 12 12 2C 43
Octal 320 234 206 0 31 44 22 22 54 103
Binary 11010000 10011100 10000110 0 11001 100100 10010 10010 101100 1000011

Color Harmonies of #D09C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C86

Black with #D09C86

Text Example


Text Example

White with #D09C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C86; }

 p { color: rgb(208,156,134); }

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

background-color css

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

 a { background-color: rgb(208,156,134); }

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

border-color css

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

 span { border-color: rgb(208,156,134); }

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