#D8D992

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

Shades of Primrose #D8D992

Tints of Primrose #D8D992

Color information

#D8D992 (or 0xD8D992) is unknown color: approx Primrose. HEX triplet: D8, D9 and 92. RGB value is (216,217,146). Sum of RGB (Red+Green+Blue) = 216+217+146=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D992 is #27266D. Grayscale: #D0D0D0. Windows color (decimal): -2565742 or 9624024. OLE color: 9624024.

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

Color convert

RGB216217146-
CMYK0.0000.330.15
HSL60.85º48.3%71.18%-
HSV(B)60.85º32.72%85.1%-
XYZ58.3266.336.92-
YUV208.6192.67133.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.31%
GREEN value IS 217 (85.16% from 255) = 37.48%
BLUE value IS 146 (57.42% from 255) = 25.22%
R=37.31%
G=37.48%
B=25.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162171460.0000.330.1560.8548.371.18
HexD8D9920021F3d3047
Octal3303312220041177560107
Binary1101100011011001100100100010000111111111011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D992; }

 p { color: rgb(216,217,146); }

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

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

 a { background-color: rgb(216,217,146); }

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

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

 span { border-color: rgb(216,217,146); }

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