#D8D797

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

Shades of Primrose #D8D797

Tints of Primrose #D8D797

Color information

#D8D797 (or 0xD8D797) is unknown color: approx Primrose. HEX triplet: D8, D7 and 97. RGB value is (216,215,151). Sum of RGB (Red+Green+Blue) = 216+215+151=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 151 (59.38% from 255 or 25.95% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D797 is #272868. Grayscale: #D0D0D0. Windows color (decimal): -2566249 or 9951192. OLE color: 9951192.

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

Color convert

RGB216215151-
CMYK00.000.300.15
HSL59.08º45.45%71.96%-
HSV(B)59.08º30.09%84.71%-
XYZ58.2165.4338.84-
YUV20895.83133.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.11%
GREEN value IS 215 (84.38% from 255) = 36.94%
BLUE value IS 151 (59.38% from 255) = 25.95%
R=37.11%
G=36.94%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621515100.000.300.1559.0845.4571.96
HexD8D797001EF3b2d48
Octal3303272270036177355110
Binary110110001101011110010111001111011111110111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D797; }

 p { color: rgb(216,215,151); }

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

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

 a { background-color: rgb(216,215,151); }

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

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

 span { border-color: rgb(216,215,151); }

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