Html Css Color HEX #D09588 Quicksand

📋 copy color: '#D09588'

red 208 ◦ green 149 ◦ blue 136

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

Shades of Quicksand #D09588

Tints of Quicksand #D09588

RGB

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

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

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

R = 42.19%
G = 30.22%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D09588 (or 0xD09588) is known color: Quicksand. HEX triplet: D0, 95 and 88. RGB value is (208,149,136). Sum of RGB (Red+Green+Blue) = 208+149+136=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D09588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09588 is #2F6A77. Grayscale: #A5A5A5. Windows color (decimal): -3107448 or 8951248. OLE color: 8951248.

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

Color convert

RGB 208 149 136 -
CMYK 0 0.28 0.35 0.18
HSL 10.83º 0.43% 0.67% -
HSV(B) 10.83º 0.35% 0.82% -
XYZ 41.2 36.68 28.2 -
YUV 165.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 208 149 136 0 0.28 0.35 0.18 10.83 0.43 0.67
Hex D0 95 88 0 1C 23 12 B 2B 43
Octal 320 225 210 0 34 43 22 13 53 103
Binary 11010000 10010101 10001000 0 11100 100011 10010 1011 101011 1000011

Color Harmonies of #D09588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09588

Black with #D09588

Text Example


Text Example

White with #D09588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09588; }

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

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

background-color css

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

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

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

border-color css

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

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

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