#D7D694

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

Shades of Primrose #D7D694

Tints of Primrose #D7D694

Color information

#D7D694 (or 0xD7D694) is unknown color: approx Primrose. HEX triplet: D7, D6 and 94. RGB value is (215,214,148). Sum of RGB (Red+Green+Blue) = 215+214+148=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D694 is #28296B. Grayscale: #CFCFCF. Windows color (decimal): -2632044 or 9754327. OLE color: 9754327.

HSL color Cylindrical-coordinate representation of color #D7D694: hue angle of 59.1º degrees, saturation: 0.46, 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 #D7D694 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB215214148-
CMYK00.000.310.16
HSL59.1º45.58%71.18%-
HSV(B)59.1º31.16%84.31%-
XYZ57.4264.6837.47-
YUV206.7794.83133.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.26%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 148 (58.20% from 255) = 25.65%
R=37.26%
G=37.09%
B=25.65%

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
Decimal21521414800.000.310.1659.145.5871.18
HexD7D694001F103b2e47
Octal3273262240037207356107
Binary1101011111010110100101000011111100001110111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D694; }

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

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

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

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

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

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

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

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