#D7DC9A

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

Shades of Primrose #D7DC9A

Tints of Primrose #D7DC9A

Color information

#D7DC9A (or 0xD7DC9A) is unknown color: approx Primrose. HEX triplet: D7, DC and 9A. RGB value is (215,220,154). Sum of RGB (Red+Green+Blue) = 215+220+154=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DC9A is #282365. Grayscale: #D3D3D3. Windows color (decimal): -2630502 or 10149079. OLE color: 10149079.

HSL color Cylindrical-coordinate representation of color #D7DC9A: hue angle of 64.55º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7DC9A is Cyan = 0.02, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB215220154-
CMYK0.0200.30.14
HSL64.55º48.53%73.33%-
HSV(B)64.55º30%86.27%-
XYZ59.4567.9740.56-
YUV210.9895.84130.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 154 (60.55% from 255) = 26.15%
R=36.50%
G=37.35%
B=26.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152201540.0200.30.1464.5548.5373.33
HexD7DC9A201EE413149
Octal32733423220361610161111
Binary11010111110111001001101010011110111010000011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DC9A; }

 p { color: rgb(215,220,154); }

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

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

 a { background-color: rgb(215,220,154); }

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

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

 span { border-color: rgb(215,220,154); }

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