#D7D695

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

Shades of Primrose #D7D695

Tints of Primrose #D7D695

Color information

#D7D695 (or 0xD7D695) is unknown color: approx Primrose. HEX triplet: D7, D6 and 95. RGB value is (215,214,149). Sum of RGB (Red+Green+Blue) = 215+214+149=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D695 is #28296A. Grayscale: #CFCFCF. Windows color (decimal): -2632043 or 9819863. OLE color: 9819863.

HSL color Cylindrical-coordinate representation of color #D7D695: 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 #D7D695 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB215214149-
CMYK00.000.310.16
HSL59.09º45.21%71.37%-
HSV(B)59.09º30.7%84.31%-
XYZ57.564.7137.89-
YUV206.8995.33133.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.20%
GREEN value IS 214 (83.98% from 255) = 37.02%
BLUE value IS 149 (58.59% from 255) = 25.78%
R=37.20%
G=37.02%
B=25.78%

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
Decimal21521414900.000.310.1659.0945.2171.37
HexD7D695001F103b2d47
Octal3273262250037207355107
Binary1101011111010110100101010011111100001110111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D695; }

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

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

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

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

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

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

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

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