#D8D490

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

Shades of Primrose #D8D490

Tints of Primrose #D8D490

Color information

#D8D490 (or 0xD8D490) is unknown color: approx Primrose. HEX triplet: D8, D4 and 90. RGB value is (216,212,144). Sum of RGB (Red+Green+Blue) = 216+212+144=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D490 is #272B6F. Grayscale: #CDCDCD. Windows color (decimal): -2567024 or 9491672. OLE color: 9491672.

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

Color convert

RGB216212144-
CMYK00.020.330.15
HSL56.67º48%70.59%-
HSV(B)56.67º33.33%84.71%-
XYZ56.963.735.68-
YUV205.4493.33135.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 212 (83.20% from 255) = 37.06%
BLUE value IS 144 (56.64% from 255) = 25.17%
R=37.76%
G=37.06%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621214400.020.330.1556.674870.59
HexD8D4900221F393047
Octal3303242200241177160107
Binary11011000110101001001000001010000111111110011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D490; }

 p { color: rgb(216,212,144); }

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

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

 a { background-color: rgb(216,212,144); }

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

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

 span { border-color: rgb(216,212,144); }

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