#d8d88e

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

Shades of Primrose #D8D88E

Tints of Primrose #D8D88E

Color information

#D8D88E (or 0xD8D88E) is unknown color: approx Primrose. HEX triplet: D8, D8 and 8E. RGB value is (216,216,142). Sum of RGB (Red+Green+Blue) = 216+216+142=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D88E is #272771. Grayscale: #CFCFCF. Windows color (decimal): -2566002 or 9361624. OLE color: 9361624.

HSL color Cylindrical-coordinate representation of color #D8D88E: hue angle of 60º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8D88E is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB216216142-
CMYK000.340.15
HSL60º48.68%70.2%-
HSV(B)60º34.26%84.71%-
XYZ57.7665.6635.22-
YUV207.5691134.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.63%
GREEN value IS 216 (84.77% from 255) = 37.63%
BLUE value IS 142 (55.86% from 255) = 24.74%
R=37.63%
G=37.63%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216216142000.340.156048.6870.2
HexD8D88E0022F3c3146
Octal3303302160042177461106
Binary1101100011011000100011100010001011111111001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8d88e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8d88e; }

 p { color: rgb(216,216,142); }

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

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

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

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

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

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

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