Html Css Color HEX #D09586 Quicksand

📋 copy color: '#D09586'

red 208 ◦ green 149 ◦ blue 134

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

Shades of Quicksand #D09586

Tints of Quicksand #D09586

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.35%

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

R = 42.36%
G = 30.35%
B = 27.29%

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

#D09586 (or 0xD09586) is known color: Quicksand. HEX triplet: D0, 95 and 86. RGB value is (208,149,134). Sum of RGB (Red+Green+Blue) = 208+149+134=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D09586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09586 is #2F6A79. Grayscale: #A5A5A5. Windows color (decimal): -3107450 or 8820176. OLE color: 8820176.

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

Color convert

RGB 208 149 134 -
CMYK 0 0.28 0.36 0.18
HSL 12.16º 0.44% 0.67% -
HSV(B) 12.16º 0.36% 0.82% -
XYZ 41.06 36.63 27.46 -
YUV 164.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 208 149 134 0 0.28 0.36 0.18 12.16 0.44 0.67
Hex D0 95 86 0 1C 24 12 C 2C 43
Octal 320 225 206 0 34 44 22 14 54 103
Binary 11010000 10010101 10000110 0 11100 100100 10010 1100 101100 1000011

Color Harmonies of #D09586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09586

Black with #D09586

Text Example


Text Example

White with #D09586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09586; }

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

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

background-color css

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

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

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

border-color css

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

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

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