#D6DB99

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

Shades of Primrose #D6DB99

Tints of Primrose #D6DB99

Color information

#D6DB99 (or 0xD6DB99) is unknown color: approx Primrose. HEX triplet: D6, DB and 99. RGB value is (214,219,153). Sum of RGB (Red+Green+Blue) = 214+219+153=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 153 (60.16% from 255 or 26.11% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DB99 is #292466. Grayscale: #D2D2D2. Windows color (decimal): -2696295 or 10083286. OLE color: 10083286.

HSL color Cylindrical-coordinate representation of color #D6DB99: hue angle of 64.55º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6DB99 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB214219153-
CMYK0.0200.300.14
HSL64.55º47.83%72.94%-
HSV(B)64.55º30.14%85.88%-
XYZ58.8167.2640.02-
YUV209.9895.84130.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.52%
GREEN value IS 219 (85.94% from 255) = 37.37%
BLUE value IS 153 (60.16% from 255) = 26.11%
R=36.52%
G=37.37%
B=26.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142191530.0200.300.1464.5547.8372.94
HexD6DB99201EE413049
Octal32633323120361610160111
Binary11010110110110111001100110011110111010000011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DB99; }

 p { color: rgb(214,219,153); }

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

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

 a { background-color: rgb(214,219,153); }

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

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

 span { border-color: rgb(214,219,153); }

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