#d5d899

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

Shades of Primrose #D5D899

Tints of Primrose #D5D899

Color information

#D5D899 (or 0xD5D899) is unknown color: approx Primrose. HEX triplet: D5, D8 and 99. RGB value is (213,216,153). Sum of RGB (Red+Green+Blue) = 213+216+153=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D899 is #2A2766. Grayscale: #D0D0D0. Windows color (decimal): -2762599 or 10082517. OLE color: 10082517.

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

Color convert

RGB213216153-
CMYK0.0100.290.15
HSL62.86º44.68%72.35%-
HSV(B)62.86º29.17%84.71%-
XYZ57.7565.5639.75-
YUV207.9297.01131.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.60%
GREEN value IS 216 (84.77% from 255) = 37.11%
BLUE value IS 153 (60.16% from 255) = 26.29%
R=36.60%
G=37.11%
B=26.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132161530.0100.290.1562.8644.6872.35
HexD5D899101DF3f2d48
Octal3253302311035177755110
Binary110101011101100010011001101110111111111111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5d899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5d899; }

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

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

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

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

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

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

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

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