#D5D990

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

Shades of Primrose #D5D990

Tints of Primrose #D5D990

Color information

#D5D990 (or 0xD5D990) is unknown color: approx Primrose. HEX triplet: D5, D9 and 90. RGB value is (213,217,144). Sum of RGB (Red+Green+Blue) = 213+217+144=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D990 is #2A266F. Grayscale: #CFCFCF. Windows color (decimal): -2762352 or 9492949. OLE color: 9492949.

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

Color convert

RGB213217144-
CMYK0.0200.340.15
HSL63.29º48.99%70.78%-
HSV(B)63.29º33.64%85.1%-
XYZ57.2965.7936.06-
YUV207.4892.17131.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.11%
GREEN value IS 217 (85.16% from 255) = 37.80%
BLUE value IS 144 (56.64% from 255) = 25.09%
R=37.11%
G=37.80%
B=25.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132171440.0200.340.1563.2948.9970.78
HexD5D9902022F3f3147
Octal3253312202042177761107
Binary11010101110110011001000010010001011111111111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D990; }

 p { color: rgb(213,217,144); }

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

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

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

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

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

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

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