#D7D595

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

Shades of Primrose #D7D595

Tints of Primrose #D7D595

Color information

#D7D595 (or 0xD7D595) is unknown color: approx Primrose. HEX triplet: D7, D5 and 95. RGB value is (215,213,149). Sum of RGB (Red+Green+Blue) = 215+213+149=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D595 is #282A6A. Grayscale: #CECECE. Windows color (decimal): -2632299 or 9819607. OLE color: 9819607.

HSL color Cylindrical-coordinate representation of color #D7D595: hue angle of 58.18º degrees, saturation: 0.45, 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 #D7D595 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB215213149-
CMYK00.010.310.16
HSL58.18º45.21%71.37%-
HSV(B)58.18º30.7%84.31%-
XYZ57.2464.2137.81-
YUV206.395.66134.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.26%
GREEN value IS 213 (83.59% from 255) = 36.92%
BLUE value IS 149 (58.59% from 255) = 25.82%
R=37.26%
G=36.92%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521314900.010.310.1658.1845.2171.37
HexD7D595011F103a2d47
Octal3273252250137207255107
Binary1101011111010101100101010111111100001110101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D595; }

 p { color: rgb(215,213,149); }

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

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

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

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

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

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

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