#D7DA9B

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

Shades of Primrose #D7DA9B

Tints of Primrose #D7DA9B

Color information

#D7DA9B (or 0xD7DA9B) is unknown color: approx Primrose. HEX triplet: D7, DA and 9B. RGB value is (215,218,155). Sum of RGB (Red+Green+Blue) = 215+218+155=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DA9B is #282564. Grayscale: #D2D2D2. Windows color (decimal): -2631013 or 10214103. OLE color: 10214103.

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

Color convert

RGB215218155-
CMYK0.0100.290.15
HSL62.86º45.99%73.14%-
HSV(B)62.86º28.9%85.49%-
XYZ59.0166.9640.82-
YUV209.9297.01131.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.56%
GREEN value IS 218 (85.55% from 255) = 37.07%
BLUE value IS 155 (60.94% from 255) = 26.36%
R=36.56%
G=37.07%
B=26.36%

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
Decimal2152181550.0100.290.1562.8645.9973.14
HexD7DA9B101DF3f2e49
Octal3273322331035177756111
Binary110101111101101010011011101110111111111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DA9B; }

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

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

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

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

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

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

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

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