#D8DA98

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

Shades of Primrose #D8DA98

Tints of Primrose #D8DA98

Color information

#D8DA98 (or 0xD8DA98) is unknown color: approx Primrose. HEX triplet: D8, DA and 98. RGB value is (216,218,152). Sum of RGB (Red+Green+Blue) = 216+218+152=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 152 (59.77% from 255 or 25.94% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DA98 is #272567. Grayscale: #D2D2D2. Windows color (decimal): -2565480 or 10017496. OLE color: 10017496.

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

Color convert

RGB216218152-
CMYK0.0100.300.15
HSL61.82º47.14%72.55%-
HSV(B)61.82º30.28%85.49%-
XYZ59.0667.0139.53-
YUV209.8895.34132.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.86%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 152 (59.77% from 255) = 25.94%
R=36.86%
G=37.20%
B=25.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162181520.0100.300.1561.8247.1472.55
HexD8DA98101EF3e2f49
Octal3303322301036177657111
Binary110110001101101010011000101111011111111101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DA98; }

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

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

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

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

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

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

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

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