Html Css Color HEX #D09686 Quicksand

📋 copy color: '#D09686'

red 208 ◦ green 150 ◦ blue 134

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

Shades of Quicksand #D09686

Tints of Quicksand #D09686

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.49%

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

R = 42.28%
G = 30.49%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D09686 (or 0xD09686) is known color: Quicksand. HEX triplet: D0, 96 and 86. RGB value is (208,150,134). Sum of RGB (Red+Green+Blue) = 208+150+134=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D09686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09686 is #2F6979. Grayscale: #A5A5A5. Windows color (decimal): -3107194 or 8820432. OLE color: 8820432.

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

Color convert

RGB 208 150 134 -
CMYK 0 0.28 0.36 0.18
HSL 12.97º 0.44% 0.67% -
HSV(B) 12.97º 0.36% 0.82% -
XYZ 41.22 36.94 27.51 -
YUV 165.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 208 150 134 0 0.28 0.36 0.18 12.97 0.44 0.67
Hex D0 96 86 0 1C 24 12 D 2C 43
Octal 320 226 206 0 34 44 22 15 54 103
Binary 11010000 10010110 10000110 0 11100 100100 10010 1101 101100 1000011

Color Harmonies of #D09686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09686

Black with #D09686

Text Example


Text Example

White with #D09686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09686; }

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

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

background-color css

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

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

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

border-color css

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

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

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