#D9D492

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

Shades of Primrose #D9D492

Tints of Primrose #D9D492

Color information

#D9D492 (or 0xD9D492) is unknown color: approx Primrose. HEX triplet: D9, D4 and 92. RGB value is (217,212,146). Sum of RGB (Red+Green+Blue) = 217+212+146=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D492 is #262B6D. Grayscale: #CECECE. Windows color (decimal): -2501486 or 9622745. OLE color: 9622745.

HSL color Cylindrical-coordinate representation of color #D9D492: hue angle of 55.77º 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 #D9D492 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217212146-
CMYK00.020.330.15
HSL55.77º48.3%71.18%-
HSV(B)55.77º32.72%85.1%-
XYZ57.3563.9136.51-
YUV205.9794.16135.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 212 (83.20% from 255) = 36.87%
BLUE value IS 146 (57.42% from 255) = 25.39%
R=37.74%
G=36.87%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721214600.020.330.1555.7748.371.18
HexD9D4920221F383047
Octal3313242220241177060107
Binary11011001110101001001001001010000111111110001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D492; }

 p { color: rgb(217,212,146); }

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

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

 a { background-color: rgb(217,212,146); }

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

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

 span { border-color: rgb(217,212,146); }

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