#D8D796

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

Shades of Primrose #D8D796

Tints of Primrose #D8D796

Color information

#D8D796 (or 0xD8D796) is unknown color: approx Primrose. HEX triplet: D8, D7 and 96. RGB value is (216,215,150). Sum of RGB (Red+Green+Blue) = 216+215+150=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D796 is #272869. Grayscale: #D0D0D0. Windows color (decimal): -2566250 or 9885656. OLE color: 9885656.

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

Color convert

RGB216215150-
CMYK00.000.310.15
HSL59.09º45.83%71.76%-
HSV(B)59.09º30.56%84.71%-
XYZ58.1265.438.41-
YUV207.8995.33133.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.18%
GREEN value IS 215 (84.38% from 255) = 37.01%
BLUE value IS 150 (58.98% from 255) = 25.82%
R=37.18%
G=37.01%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621515000.000.310.1559.0945.8371.76
HexD8D796001FF3b2e48
Octal3303272260037177356110
Binary110110001101011110010110001111111111110111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D796; }

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

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

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

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

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

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

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

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