#D9D893

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

Shades of Primrose #D9D893

Tints of Primrose #D9D893

Color information

#D9D893 (or 0xD9D893) is unknown color: approx Primrose. HEX triplet: D9, D8 and 93. RGB value is (217,216,147). Sum of RGB (Red+Green+Blue) = 217+216+147=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 147 (57.81% from 255 or 25.34% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D893 is #26276C. Grayscale: #D0D0D0. Windows color (decimal): -2500461 or 9689305. OLE color: 9689305.

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

Color convert

RGB217216147-
CMYK00.000.320.15
HSL59.14º47.95%71.37%-
HSV(B)59.14º32.26%85.1%-
XYZ58.4465.9737.26-
YUV208.4393.33134.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.41%
GREEN value IS 216 (84.77% from 255) = 37.24%
BLUE value IS 147 (57.81% from 255) = 25.34%
R=37.41%
G=37.24%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721614700.000.320.1559.1447.9571.37
HexD9D8930020F3b3047
Octal3313302230040177360107
Binary1101100111011000100100110010000011111110111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D893; }

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

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

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

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

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

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

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

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