#D4DA95

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

Shades of Primrose #D4DA95

Tints of Primrose #D4DA95

Color information

#D4DA95 (or 0xD4DA95) is unknown color: approx Primrose. HEX triplet: D4, DA and 95. RGB value is (212,218,149). Sum of RGB (Red+Green+Blue) = 212+218+149=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DA95 is #2B256A. Grayscale: #D0D0D0. Windows color (decimal): -2827627 or 9820884. OLE color: 9820884.

HSL color Cylindrical-coordinate representation of color #D4DA95: hue angle of 65.22º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4DA95 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB212218149-
CMYK0.0300.320.15
HSL65.22º48.25%71.96%-
HSV(B)65.22º31.65%85.49%-
XYZ57.6566.3138.19-
YUV208.3494.51130.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.61%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 149 (58.59% from 255) = 25.73%
R=36.61%
G=37.65%
B=25.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122181490.0300.320.1565.2248.2571.96
HexD4DA953020F413048
Octal32433222530401710160110
Binary110101001101101010010101110100000111110000011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DA95; }

 p { color: rgb(212,218,149); }

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

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

 a { background-color: rgb(212,218,149); }

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

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

 span { border-color: rgb(212,218,149); }

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