#D8D795

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

Shades of Primrose #D8D795

Tints of Primrose #D8D795

Color information

#D8D795 (or 0xD8D795) is unknown color: approx Primrose. HEX triplet: D8, D7 and 95. RGB value is (216,215,149). Sum of RGB (Red+Green+Blue) = 216+215+149=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D795 is #27286A. Grayscale: #D0D0D0. Windows color (decimal): -2566251 or 9820120. OLE color: 9820120.

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

Color convert

RGB216215149-
CMYK00.000.310.15
HSL59.1º46.21%71.57%-
HSV(B)59.1º31.02%84.71%-
XYZ58.0465.3737.99-
YUV207.7794.83133.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.24%
GREEN value IS 215 (84.38% from 255) = 37.07%
BLUE value IS 149 (58.59% from 255) = 25.69%
R=37.24%
G=37.07%
B=25.69%

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
Decimal21621514900.000.310.1559.146.2171.57
HexD8D795001FF3b2e48
Octal3303272250037177356110
Binary110110001101011110010101001111111111110111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D795; }

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

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

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

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

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

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

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

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