#D8DA95

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

Shades of Primrose #D8DA95

Tints of Primrose #D8DA95

Color information

#D8DA95 (or 0xD8DA95) is unknown color: approx Primrose. HEX triplet: D8, DA and 95. RGB value is (216,218,149). Sum of RGB (Red+Green+Blue) = 216+218+149=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DA95 is #27256A. Grayscale: #D1D1D1. Windows color (decimal): -2565483 or 9820888. OLE color: 9820888.

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

Color convert

RGB216218149-
CMYK0.0100.320.15
HSL61.74º48.25%71.96%-
HSV(B)61.74º31.65%85.49%-
XYZ58.8266.9138.25-
YUV209.5493.84132.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 149 (58.59% from 255) = 25.56%
R=37.05%
G=37.39%
B=25.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162181490.0100.320.1561.7448.2571.96
HexD8DA951020F3e3048
Octal3303322251040177660110
Binary1101100011011010100101011010000011111111101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DA95; }

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

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

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

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

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

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

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

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