#D9D691

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

Shades of Primrose #D9D691

Tints of Primrose #D9D691

Color information

#D9D691 (or 0xD9D691) is unknown color: approx Primrose. HEX triplet: D9, D6 and 91. RGB value is (217,214,145). Sum of RGB (Red+Green+Blue) = 217+214+145=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 145 (57.03% from 255 or 25.17% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D691 is #26296E. Grayscale: #CFCFCF. Windows color (decimal): -2500975 or 9557721. OLE color: 9557721.

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

Color convert

RGB217214145-
CMYK00.010.330.15
HSL57.5º48.65%70.98%-
HSV(B)57.5º33.18%85.1%-
XYZ57.7764.8936.27-
YUV207.0392.99135.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.67%
GREEN value IS 214 (83.98% from 255) = 37.15%
BLUE value IS 145 (57.03% from 255) = 25.17%
R=37.67%
G=37.15%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721414500.010.330.1557.548.6570.98
HexD9D6910121F3a3147
Octal3313262210141177261107
Binary1101100111010110100100010110000111111110101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D691; }

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

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

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

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

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

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

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

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