Html Css Color HEX #D09888 Quicksand

📋 copy color: '#D09888'

red 208 ◦ green 152 ◦ blue 136

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

Shades of Quicksand #D09888

Tints of Quicksand #D09888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.65%

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

R = 41.94%
G = 30.65%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D09888 (or 0xD09888) is known color: Quicksand. HEX triplet: D0, 98 and 88. RGB value is (208,152,136). Sum of RGB (Red+Green+Blue) = 208+152+136=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D09888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09888 is #2F6777. Grayscale: #A7A7A7. Windows color (decimal): -3106680 or 8952016. OLE color: 8952016.

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

Color convert

RGB 208 152 136 -
CMYK 0 0.27 0.35 0.18
HSL 13.33º 0.43% 0.67% -
HSV(B) 13.33º 0.35% 0.82% -
XYZ 41.68 37.64 28.36 -
YUV 166.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 208 152 136 0 0.27 0.35 0.18 13.33 0.43 0.67
Hex D0 98 88 0 1B 23 12 D 2B 43
Octal 320 230 210 0 33 43 22 15 53 103
Binary 11010000 10011000 10001000 0 11011 100011 10010 1101 101011 1000011

Color Harmonies of #D09888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09888

Black with #D09888

Text Example


Text Example

White with #D09888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09888; }

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

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

background-color css

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

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

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

border-color css

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

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

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