Html Css Color HEX #D09A89 Quicksand

📋 copy color: '#D09A89'

red 208 ◦ green 154 ◦ blue 137

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

Shades of Quicksand #D09A89

Tints of Quicksand #D09A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.45%

R = 41.68%
G = 30.86%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D09A89 (or 0xD09A89) is known color: Quicksand. HEX triplet: D0, 9A and 89. RGB value is (208,154,137). Sum of RGB (Red+Green+Blue) = 208+154+137=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09A89 is #2F6576. Grayscale: #A8A8A8. Windows color (decimal): -3106167 or 9018064. OLE color: 9018064.

HSL color Cylindrical-coordinate representation of color #D09A89: hue angle of 14.37º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D09A89 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 154 137 -
CMYK 0 0.26 0.34 0.18
HSL 14.37º 0.43% 0.68% -
HSV(B) 14.37º 0.34% 0.82% -
XYZ 42.08 38.33 28.85 -
YUV 168.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 208 154 137 0 0.26 0.34 0.18 14.37 0.43 0.68
Hex D0 9A 89 0 1A 22 12 E 2B 44
Octal 320 232 211 0 32 42 22 16 53 104
Binary 11010000 10011010 10001001 0 11010 100010 10010 1110 101011 1000100

Color Harmonies of #D09A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A89

Black with #D09A89

Text Example


Text Example

White with #D09A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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