#D9D793

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

Shades of Primrose #D9D793

Tints of Primrose #D9D793

Color information

#D9D793 (or 0xD9D793) is unknown color: approx Primrose. HEX triplet: D9, D7 and 93. RGB value is (217,215,147). Sum of RGB (Red+Green+Blue) = 217+215+147=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D793 is #26286C. Grayscale: #D0D0D0. Windows color (decimal): -2500717 or 9689049. OLE color: 9689049.

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

Color convert

RGB217215147-
CMYK00.010.320.15
HSL58.29º47.95%71.37%-
HSV(B)58.29º32.26%85.1%-
XYZ58.1865.4637.17-
YUV207.8593.66134.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.48%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 147 (57.81% from 255) = 25.39%
R=37.48%
G=37.13%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721514700.010.320.1558.2947.9571.37
HexD9D7930120F3a3047
Octal3313272230140177260107
Binary1101100111010111100100110110000011111110101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D793; }

 p { color: rgb(217,215,147); }

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

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

 a { background-color: rgb(217,215,147); }

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

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

 span { border-color: rgb(217,215,147); }

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