#D7DA8A

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

Shades of Primrose #D7DA8A

Tints of Primrose #D7DA8A

Color information

#D7DA8A (or 0xD7DA8A) is unknown color: approx Primrose. HEX triplet: D7, DA and 8A. RGB value is (215,218,138). Sum of RGB (Red+Green+Blue) = 215+218+138=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DA8A is #282575. Grayscale: #D0D0D0. Windows color (decimal): -2631030 or 9099991. OLE color: 9099991.

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

Color convert

RGB215218138-
CMYK0.0100.370.15
HSL62.25º51.95%69.8%-
HSV(B)62.25º36.7%85.49%-
XYZ57.6866.4233.83-
YUV207.9888.51133-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.65%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 138 (54.30% from 255) = 24.17%
R=37.65%
G=38.18%
B=24.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152181380.0100.370.1562.2551.9569.8
HexD7DA8A1025F3e3446
Octal3273322121045177664106
Binary1101011111011010100010101010010111111111101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DA8A; }

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

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

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

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

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

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

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

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