Html Css Color HEX #D09684 Quicksand

📋 copy color: '#D09684'

red 208 ◦ green 150 ◦ blue 132

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

Shades of Quicksand #D09684

Tints of Quicksand #D09684

RGB

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

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

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

R = 42.45%
G = 30.61%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D09684 (or 0xD09684) is known color: Quicksand. HEX triplet: D0, 96 and 84. RGB value is (208,150,132). Sum of RGB (Red+Green+Blue) = 208+150+132=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D09684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09684 is #2F697B. Grayscale: #A5A5A5. Windows color (decimal): -3107196 or 8689360. OLE color: 8689360.

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

Color convert

RGB 208 150 132 -
CMYK 0 0.28 0.37 0.18
HSL 14.21º 0.45% 0.67% -
HSV(B) 14.21º 0.37% 0.82% -
XYZ 41.08 36.89 26.78 -
YUV 165.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 208 150 132 0 0.28 0.37 0.18 14.21 0.45 0.67
Hex D0 96 84 0 1C 25 12 E 2D 43
Octal 320 226 204 0 34 45 22 16 55 103
Binary 11010000 10010110 10000100 0 11100 100101 10010 1110 101101 1000011

Color Harmonies of #D09684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09684

Black with #D09684

Text Example


Text Example

White with #D09684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09684; }

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

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

background-color css

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

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

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

border-color css

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

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

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