#D8DB94

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

Shades of Primrose #D8DB94

Tints of Primrose #D8DB94

Color information

#D8DB94 (or 0xD8DB94) is unknown color: approx Primrose. HEX triplet: D8, DB and 94. RGB value is (216,219,148). Sum of RGB (Red+Green+Blue) = 216+219+148=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB94 is #27246B. Grayscale: #D2D2D2. Windows color (decimal): -2565228 or 9755608. OLE color: 9755608.

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

Color convert

RGB216219148-
CMYK0.0100.320.14
HSL62.54º49.65%71.96%-
HSV(B)62.54º32.42%85.88%-
XYZ5967.437.92-
YUV210.0193.01132.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 219 (85.94% from 255) = 37.56%
BLUE value IS 148 (58.20% from 255) = 25.39%
R=37.05%
G=37.56%
B=25.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162191480.0100.320.1462.5449.6571.96
HexD8DB941020E3f3248
Octal3303332241040167762110
Binary1101100011011011100101001010000011101111111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DB94; }

 p { color: rgb(216,219,148); }

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

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

 a { background-color: rgb(216,219,148); }

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

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

 span { border-color: rgb(216,219,148); }

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