#D6D594

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

Shades of Primrose #D6D594

Tints of Primrose #D6D594

Color information

#D6D594 (or 0xD6D594) is unknown color: approx Primrose. HEX triplet: D6, D5 and 94. RGB value is (214,213,148). Sum of RGB (Red+Green+Blue) = 214+213+148=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D594 is #292A6B. Grayscale: #CECECE. Windows color (decimal): -2697836 or 9754070. OLE color: 9754070.

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

Color convert

RGB214213148-
CMYK00.000.310.16
HSL59.09º44.59%70.98%-
HSV(B)59.09º30.84%83.92%-
XYZ56.8764.0237.38-
YUV205.8995.33133.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 213 (83.59% from 255) = 37.04%
BLUE value IS 148 (58.20% from 255) = 25.74%
R=37.22%
G=37.04%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421314800.000.310.1659.0944.5970.98
HexD6D594001F103b2d47
Octal3263252240037207355107
Binary1101011011010101100101000011111100001110111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D594; }

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

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

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

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

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

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

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

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