#D8D594

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

Shades of Primrose #D8D594

Tints of Primrose #D8D594

Color information

#D8D594 (or 0xD8D594) is unknown color: approx Primrose. HEX triplet: D8, D5 and 94. RGB value is (216,213,148). Sum of RGB (Red+Green+Blue) = 216+213+148=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D594 is #272A6B. Grayscale: #CECECE. Windows color (decimal): -2566764 or 9754072. OLE color: 9754072.

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

Color convert

RGB216213148-
CMYK00.010.310.15
HSL57.35º46.58%71.37%-
HSV(B)57.35º31.48%84.71%-
XYZ57.4664.3337.4-
YUV206.4994.99134.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.44%
GREEN value IS 213 (83.59% from 255) = 36.92%
BLUE value IS 148 (58.20% from 255) = 25.65%
R=37.44%
G=36.92%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621314800.010.310.1557.3546.5871.37
HexD8D594011FF392f47
Octal3303252240137177157107
Binary110110001101010110010100011111111111110011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D594; }

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

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

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

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

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

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

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

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