#D5D791

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

Shades of Primrose #D5D791

Tints of Primrose #D5D791

Color information

#D5D791 (or 0xD5D791) is unknown color: approx Primrose. HEX triplet: D5, D7 and 91. RGB value is (213,215,145). Sum of RGB (Red+Green+Blue) = 213+215+145=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 145 (57.03% from 255 or 25.31% from 573); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D791 is #2A286E. Grayscale: #CECECE. Windows color (decimal): -2762863 or 9557973. OLE color: 9557973.

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

Color convert

RGB213215145-
CMYK0.0100.330.16
HSL61.71º46.67%70.59%-
HSV(B)61.71º32.56%84.31%-
XYZ56.8564.7936.3-
YUV206.4293.34132.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.17%
GREEN value IS 215 (84.38% from 255) = 37.52%
BLUE value IS 145 (57.03% from 255) = 25.31%
R=37.17%
G=37.52%
B=25.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132151450.0100.330.1661.7146.6770.59
HexD5D7911021103e2f47
Octal3253272211041207657107
Binary11010101110101111001000110100001100001111101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D791; }

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

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

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

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

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

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

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

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