#D7DA9A

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

Shades of Primrose #D7DA9A

Tints of Primrose #D7DA9A

Color information

#D7DA9A (or 0xD7DA9A) is unknown color: approx Primrose. HEX triplet: D7, DA and 9A. RGB value is (215,218,154). Sum of RGB (Red+Green+Blue) = 215+218+154=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DA9A is #282565. Grayscale: #D2D2D2. Windows color (decimal): -2631014 or 10148567. OLE color: 10148567.

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

Color convert

RGB215218154-
CMYK0.0100.290.15
HSL62.81º46.38%72.94%-
HSV(B)62.81º29.36%85.49%-
XYZ58.9366.9240.38-
YUV209.8196.51131.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 154 (60.55% from 255) = 26.24%
R=36.63%
G=37.14%
B=26.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152181540.0100.290.1562.8146.3872.94
HexD7DA9A101DF3f2e49
Octal3273322321035177756111
Binary110101111101101010011010101110111111111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DA9A; }

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

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

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

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

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

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

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

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