#D6DA9B

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

Shades of Primrose #D6DA9B

Tints of Primrose #D6DA9B

Color information

#D6DA9B (or 0xD6DA9B) is unknown color: approx Primrose. HEX triplet: D6, DA and 9B. RGB value is (214,218,155). Sum of RGB (Red+Green+Blue) = 214+218+155=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DA9B is #292564. Grayscale: #D1D1D1. Windows color (decimal): -2696549 or 10214102. OLE color: 10214102.

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

Color convert

RGB214218155-
CMYK0.0200.290.15
HSL63.81º45.99%73.14%-
HSV(B)63.81º28.9%85.49%-
XYZ58.7266.8140.81-
YUV209.6297.17131.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.46%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 155 (60.94% from 255) = 26.41%
R=36.46%
G=37.14%
B=26.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142181550.0200.290.1563.8145.9973.14
HexD6DA9B201DF402e49
Octal32633223320351710056111
Binary11010110110110101001101110011101111110000001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DA9B; }

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

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

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

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

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

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

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

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