Html Css Color HEX #D09A84 Quicksand

📋 copy color: '#D09A84'

red 208 ◦ green 154 ◦ blue 132

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

Shades of Quicksand #D09A84

Tints of Quicksand #D09A84

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.17%

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

R = 42.11%
G = 31.17%
B = 26.72%

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

#D09A84 (or 0xD09A84) is known color: Quicksand. HEX triplet: D0, 9A and 84. RGB value is (208,154,132). Sum of RGB (Red+Green+Blue) = 208+154+132=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09A84 is #2F657B. Grayscale: #A7A7A7. Windows color (decimal): -3106172 or 8690384. OLE color: 8690384.

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

Color convert

RGB 208 154 132 -
CMYK 0 0.26 0.37 0.18
HSL 17.37º 0.45% 0.67% -
HSV(B) 17.37º 0.37% 0.82% -
XYZ 41.73 38.19 27 -
YUV 167.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 208 154 132 0 0.26 0.37 0.18 17.37 0.45 0.67
Hex D0 9A 84 0 1A 25 12 11 2D 43
Octal 320 232 204 0 32 45 22 21 55 103
Binary 11010000 10011010 10000100 0 11010 100101 10010 10001 101101 1000011

Color Harmonies of #D09A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A84

Black with #D09A84

Text Example


Text Example

White with #D09A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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