Html Css Color HEX #D09988 Quicksand

📋 copy color: '#D09988'

red 208 ◦ green 153 ◦ blue 136

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

Shades of Quicksand #D09988

Tints of Quicksand #D09988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.78%

 BLUE value IS 136 (53.52% from 255) = 27.36%

R = 41.85%
G = 30.78%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D09988 (or 0xD09988) is known color: Quicksand. HEX triplet: D0, 99 and 88. RGB value is (208,153,136). Sum of RGB (Red+Green+Blue) = 208+153+136=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D09988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09988 is #2F6677. Grayscale: #A7A7A7. Windows color (decimal): -3106424 or 8952272. OLE color: 8952272.

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

Color convert

RGB 208 153 136 -
CMYK 0 0.26 0.35 0.18
HSL 14.17º 0.43% 0.67% -
HSV(B) 14.17º 0.35% 0.82% -
XYZ 41.85 37.97 28.42 -
YUV 167.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 208 153 136 0 0.26 0.35 0.18 14.17 0.43 0.67
Hex D0 99 88 0 1A 23 12 E 2B 43
Octal 320 231 210 0 32 43 22 16 53 103
Binary 11010000 10011001 10001000 0 11010 100011 10010 1110 101011 1000011

Color Harmonies of #D09988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09988

Black with #D09988

Text Example


Text Example

White with #D09988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09988; }

 p { color: rgb(208,153,136); }

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

background-color css

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

 a { background-color: rgb(208,153,136); }

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

border-color css

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

 span { border-color: rgb(208,153,136); }

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