#D6DD9A

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

Shades of Primrose #D6DD9A

Tints of Primrose #D6DD9A

Color information

#D6DD9A (or 0xD6DD9A) is unknown color: approx Primrose. HEX triplet: D6, DD and 9A. RGB value is (214,221,154). Sum of RGB (Red+Green+Blue) = 214+221+154=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DD9A is #292265. Grayscale: #D3D3D3. Windows color (decimal): -2695782 or 10149334. OLE color: 10149334.

HSL color Cylindrical-coordinate representation of color #D6DD9A: hue angle of 66.27º 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 #D6DD9A is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB214221154-
CMYK0.0300.300.13
HSL66.27º49.63%73.53%-
HSV(B)66.27º30.32%86.67%-
XYZ59.4268.3440.63-
YUV211.2795.68129.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 221 (86.72% from 255) = 37.52%
BLUE value IS 154 (60.55% from 255) = 26.15%
R=36.33%
G=37.52%
B=26.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142211540.0300.300.1366.2749.6373.53
HexD6DD9A301ED42324a
Octal32633523230361510262112
Binary11010110110111011001101011011110110110000101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DD9A; }

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

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

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

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

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

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

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

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