#D8DA9B

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

Shades of Primrose #D8DA9B

Tints of Primrose #D8DA9B

Color information

#D8DA9B (or 0xD8DA9B) is unknown color: approx Primrose. HEX triplet: D8, DA and 9B. RGB value is (216,218,155). Sum of RGB (Red+Green+Blue) = 216+218+155=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DA9B is #272564. Grayscale: #D2D2D2. Windows color (decimal): -2565477 or 10214104. OLE color: 10214104.

HSL color Cylindrical-coordinate representation of color #D8DA9B: hue angle of 61.9º 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 #D8DA9B is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB216218155-
CMYK0.0100.290.15
HSL61.9º45.99%73.14%-
HSV(B)61.9º28.9%85.49%-
XYZ59.3167.1140.84-
YUV210.2296.84132.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.67%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 155 (60.94% from 255) = 26.32%
R=36.67%
G=37.01%
B=26.32%

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
Decimal2162181550.0100.290.1561.945.9973.14
HexD8DA9B101DF3e2e49
Octal3303322331035177656111
Binary110110001101101010011011101110111111111101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DA9B; }

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

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

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

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

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

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

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

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