#D9D892

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

Shades of Primrose #D9D892

Tints of Primrose #D9D892

Color information

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

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

Color convert

RGB217216146-
CMYK00.000.330.15
HSL59.15º48.3%71.18%-
HSV(B)59.15º32.72%85.1%-
XYZ58.3665.9436.85-
YUV208.3292.83134.19-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721614600.000.330.1559.1548.371.18
HexD9D8920021F3b3047
Octal3313302220041177360107
Binary1101100111011000100100100010000111111110111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D892; }

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

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

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

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

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

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

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

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