#D4DD9A

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

Shades of Primrose #D4DD9A

Tints of Primrose #D4DD9A

Color information

#D4DD9A (or 0xD4DD9A) is unknown color: approx Primrose. HEX triplet: D4, DD and 9A. RGB value is (212,221,154). Sum of RGB (Red+Green+Blue) = 212+221+154=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DD9A is #2B2265. Grayscale: #D2D2D2. Windows color (decimal): -2826854 or 10149332. OLE color: 10149332.

HSL color Cylindrical-coordinate representation of color #D4DD9A: hue angle of 68.06º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4DD9A is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB212221154-
CMYK0.0400.300.13
HSL68.06º49.63%73.53%-
HSV(B)68.06º30.32%86.67%-
XYZ58.8468.0440.6-
YUV210.6796.02128.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 221 (86.72% from 255) = 37.65%
BLUE value IS 154 (60.55% from 255) = 26.24%
R=36.12%
G=37.65%
B=26.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122211540.0400.300.1368.0649.6373.53
HexD4DD9A401ED44324a
Octal32433523240361510462112
Binary110101001101110110011010100011110110110001001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DD9A; }

 p { color: rgb(212,221,154); }

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

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

 a { background-color: rgb(212,221,154); }

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

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

 span { border-color: rgb(212,221,154); }

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