#D5D891

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

Shades of Primrose #D5D891

Tints of Primrose #D5D891

Color information

#D5D891 (or 0xD5D891) is unknown color: approx Primrose. HEX triplet: D5, D8 and 91. RGB value is (213,216,145). Sum of RGB (Red+Green+Blue) = 213+216+145=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 145 (57.03% from 255 or 25.26% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D891 is #2A276E. Grayscale: #CFCFCF. Windows color (decimal): -2762607 or 9558229. OLE color: 9558229.

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

Color convert

RGB213216145-
CMYK0.0100.330.15
HSL62.54º47.65%70.78%-
HSV(B)62.54º32.87%84.71%-
XYZ57.1165.336.38-
YUV207.0193.01132.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.11%
GREEN value IS 216 (84.77% from 255) = 37.63%
BLUE value IS 145 (57.03% from 255) = 25.26%
R=37.11%
G=37.63%
B=25.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132161450.0100.330.1562.5447.6570.78
HexD5D8911021F3f3047
Octal3253302211041177760107
Binary1101010111011000100100011010000111111111111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D891; }

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

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

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

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

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

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

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

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