#D5D594

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

Shades of Primrose #D5D594

Tints of Primrose #D5D594

Color information

#D5D594 (or 0xD5D594) is unknown color: approx Primrose. HEX triplet: D5, D5 and 94. RGB value is (213,213,148). Sum of RGB (Red+Green+Blue) = 213+213+148=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D594 is #2A2A6B. Grayscale: #CDCDCD. Windows color (decimal): -2763372 or 9754069. OLE color: 9754069.

HSL color Cylindrical-coordinate representation of color #D5D594: hue angle of 60º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5D594 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213213148-
CMYK000.310.16
HSL60º43.62%70.78%-
HSV(B)60º30.52%83.53%-
XYZ56.5863.8737.36-
YUV205.5995.5133.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.11%
GREEN value IS 213 (83.59% from 255) = 37.11%
BLUE value IS 148 (58.20% from 255) = 25.78%
R=37.11%
G=37.11%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213213148000.310.166043.6270.78
HexD5D594001F103c2c47
Octal3253252240037207454107
Binary1101010111010101100101000011111100001111001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D594; }

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

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

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

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

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

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

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

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