#D5D799

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

Shades of Primrose #D5D799

Tints of Primrose #D5D799

Color information

#D5D799 (or 0xD5D799) is unknown color: approx Primrose. HEX triplet: D5, D7 and 99. RGB value is (213,215,153). Sum of RGB (Red+Green+Blue) = 213+215+153=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 153 (60.16% from 255 or 26.33% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D799 is #2A2866. Grayscale: #CFCFCF. Windows color (decimal): -2762855 or 10082261. OLE color: 10082261.

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

Color convert

RGB213215153-
CMYK0.0100.290.16
HSL61.94º43.66%72.16%-
HSV(B)61.94º28.84%84.31%-
XYZ57.4965.0539.66-
YUV207.3397.34132.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.66%
GREEN value IS 215 (84.38% from 255) = 37.01%
BLUE value IS 153 (60.16% from 255) = 26.33%
R=36.66%
G=37.01%
B=26.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132151530.0100.290.1661.9443.6672.16
HexD5D799101D103e2c48
Octal3253272311035207654110
Binary1101010111010111100110011011101100001111101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D799; }

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

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

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

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

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

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

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

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