#D9DC9C

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

Shades of Primrose #D9DC9C

Tints of Primrose #D9DC9C

Color information

#D9DC9C (or 0xD9DC9C) is unknown color: approx Primrose. HEX triplet: D9, DC and 9C. RGB value is (217,220,156). Sum of RGB (Red+Green+Blue) = 217+220+156=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DC9C is #262363. Grayscale: #D4D4D4. Windows color (decimal): -2499428 or 10280153. OLE color: 10280153.

HSL color Cylindrical-coordinate representation of color #D9DC9C: hue angle of 62.81º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9DC9C is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB217220156-
CMYK0.0100.290.14
HSL62.81º47.76%73.73%-
HSV(B)62.81º29.09%86.27%-
XYZ60.2168.3441.47-
YUV211.8196.51131.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.59%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 156 (61.33% from 255) = 26.31%
R=36.59%
G=37.10%
B=26.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172201560.0100.290.1462.8147.7673.73
HexD9DC9C101DE3f304a
Octal3313342341035167760112
Binary110110011101110010011100101110111101111111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DC9C; }

 p { color: rgb(217,220,156); }

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

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

 a { background-color: rgb(217,220,156); }

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

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

 span { border-color: rgb(217,220,156); }

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