#D9D798

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

Shades of Primrose #D9D798

Tints of Primrose #D9D798

Color information

#D9D798 (or 0xD9D798) is unknown color: approx Primrose. HEX triplet: D9, D7 and 98. RGB value is (217,215,152). Sum of RGB (Red+Green+Blue) = 217+215+152=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D798 is #262867. Grayscale: #D0D0D0. Windows color (decimal): -2500712 or 10016729. OLE color: 10016729.

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

Color convert

RGB217215152-
CMYK00.010.300.15
HSL58.15º46.1%72.35%-
HSV(B)58.15º29.95%85.1%-
XYZ58.5865.6239.28-
YUV208.4296.16134.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.16%
GREEN value IS 215 (84.38% from 255) = 36.82%
BLUE value IS 152 (59.77% from 255) = 26.03%
R=37.16%
G=36.82%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721515200.010.300.1558.1546.172.35
HexD9D798011EF3a2e48
Octal3313272300136177256110
Binary110110011101011110011000011111011111110101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D798; }

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

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

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

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

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

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

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

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