#D7D696

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

Shades of Primrose #D7D696

Tints of Primrose #D7D696

Color information

#D7D696 (or 0xD7D696) is unknown color: approx Primrose. HEX triplet: D7, D6 and 96. RGB value is (215,214,150). Sum of RGB (Red+Green+Blue) = 215+214+150=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D696 is #282969. Grayscale: #CFCFCF. Windows color (decimal): -2632042 or 9885399. OLE color: 9885399.

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

Color convert

RGB215214150-
CMYK00.000.300.16
HSL59.08º44.83%71.57%-
HSV(B)59.08º30.23%84.31%-
XYZ57.5864.7438.32-
YUV20795.83133.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 150 (58.98% from 255) = 25.91%
R=37.13%
G=36.96%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521415000.000.300.1659.0844.8371.57
HexD7D696001E103b2d48
Octal3273262260036207355110
Binary1101011111010110100101100011110100001110111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D696; }

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

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

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

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

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

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

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

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