Html Css Color HEX #D09688 Quicksand

📋 copy color: '#D09688'

red 208 ◦ green 150 ◦ blue 136

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

Shades of Quicksand #D09688

Tints of Quicksand #D09688

RGB

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

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

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

R = 42.11%
G = 30.36%
B = 27.53%

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

#D09688 (or 0xD09688) is known color: Quicksand. HEX triplet: D0, 96 and 88. RGB value is (208,150,136). Sum of RGB (Red+Green+Blue) = 208+150+136=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D09688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09688 is #2F6977. Grayscale: #A5A5A5. Windows color (decimal): -3107192 or 8951504. OLE color: 8951504.

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

Color convert

RGB 208 150 136 -
CMYK 0 0.28 0.35 0.18
HSL 11.67º 0.43% 0.67% -
HSV(B) 11.67º 0.35% 0.82% -
XYZ 41.36 37 28.25 -
YUV 165.75 111.22 158.14 -
System Red Green Blue C M Y K H S L
Decimal 208 150 136 0 0.28 0.35 0.18 11.67 0.43 0.67
Hex D0 96 88 0 1C 23 12 C 2B 43
Octal 320 226 210 0 34 43 22 14 53 103
Binary 11010000 10010110 10001000 0 11100 100011 10010 1100 101011 1000011

Color Harmonies of #D09688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09688

Black with #D09688

Text Example


Text Example

White with #D09688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09688; }

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

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

background-color css

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

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

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

border-color css

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

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

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