#D6D591

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

Shades of Primrose #D6D591

Tints of Primrose #D6D591

Color information

#D6D591 (or 0xD6D591) is unknown color: approx Primrose. HEX triplet: D6, D5 and 91. RGB value is (214,213,145). Sum of RGB (Red+Green+Blue) = 214+213+145=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 145 (57.03% from 255 or 25.35% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D591 is #292A6E. Grayscale: #CDCDCD. Windows color (decimal): -2697839 or 9557462. OLE color: 9557462.

HSL color Cylindrical-coordinate representation of color #D6D591: hue angle of 59.13º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6D591 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB214213145-
CMYK00.000.320.16
HSL59.13º45.7%70.39%-
HSV(B)59.13º32.24%83.92%-
XYZ56.6463.9336.14-
YUV205.5593.83134.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.41%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 145 (57.03% from 255) = 25.35%
R=37.41%
G=37.24%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421314500.000.320.1659.1345.770.39
HexD6D5910020103b2e46
Octal3263252210040207356106
Binary11010110110101011001000100100000100001110111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D591; }

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

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

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

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

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

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

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

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