#D9D689

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

Shades of Primrose #D9D689

Tints of Primrose #D9D689

Color information

#D9D689 (or 0xD9D689) is unknown color: approx Primrose. HEX triplet: D9, D6 and 89. RGB value is (217,214,137). Sum of RGB (Red+Green+Blue) = 217+214+137=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 137 (53.91% from 255 or 24.12% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D689 is #262976. Grayscale: #CECECE. Windows color (decimal): -2500983 or 9033433. OLE color: 9033433.

HSL color Cylindrical-coordinate representation of color #D9D689: hue angle of 57.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9D689 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB217214137-
CMYK00.010.370.15
HSL57.75º51.28%69.41%-
HSV(B)57.75º36.87%85.1%-
XYZ57.1864.6533.13-
YUV206.1288.99135.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 214 (83.98% from 255) = 37.68%
BLUE value IS 137 (53.91% from 255) = 24.12%
R=38.20%
G=37.68%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721413700.010.370.1557.7551.2869.41
HexD9D6890125F3a3345
Octal3313262110145177263105
Binary1101100111010110100010010110010111111110101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D689; }

 p { color: rgb(217,214,137); }

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

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

 a { background-color: rgb(217,214,137); }

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

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

 span { border-color: rgb(217,214,137); }

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