#D8DA9A

Color #D8DA9A Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #D8DA9A

Tints of Primrose #D8DA9A

Color information

#D8DA9A (or 0xD8DA9A) is unknown color: approx Primrose. HEX triplet: D8, DA and 9A. RGB value is (216,218,154). Sum of RGB (Red+Green+Blue) = 216+218+154=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DA9A is #272565. Grayscale: #D2D2D2. Windows color (decimal): -2565478 or 10148568. OLE color: 10148568.

HSL color Cylindrical-coordinate representation of color #D8DA9A: hue angle of 61.88º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8DA9A is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB216218154-
CMYK0.0100.290.15
HSL61.88º46.38%72.94%-
HSV(B)61.88º29.36%85.49%-
XYZ59.2267.0740.4-
YUV210.1196.34132.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.73%
GREEN value IS 218 (85.55% from 255) = 37.07%
BLUE value IS 154 (60.55% from 255) = 26.19%
R=36.73%
G=37.07%
B=26.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162181540.0100.290.1561.8846.3872.94
HexD8DA9A101DF3e2e49
Octal3303322321035177656111
Binary110110001101101010011010101110111111111101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DA9A; }

 p { color: rgb(216,218,154); }

 H1.HeaderClassName
 {
   color: #D8DA9A;
 }
 .AnyTagClassName
 {
   color: #D8DA9A;
 }
</style>
background-color css

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

 a { background-color: rgb(216,218,154); }

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

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

 span { border-color: rgb(216,218,154); }

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