#D8DB8D

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

Shades of Primrose #D8DB8D

Tints of Primrose #D8DB8D

Color information

#D8DB8D (or 0xD8DB8D) is unknown color: approx Primrose. HEX triplet: D8, DB and 8D. RGB value is (216,219,141). Sum of RGB (Red+Green+Blue) = 216+219+141=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB8D is #272472. Grayscale: #D1D1D1. Windows color (decimal): -2565235 or 9296856. OLE color: 9296856.

HSL color Cylindrical-coordinate representation of color #D8DB8D: hue angle of 62.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8DB8D is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB216219141-
CMYK0.0100.360.14
HSL62.31º52%70.59%-
HSV(B)62.31º35.62%85.88%-
XYZ58.4667.1935.09-
YUV209.2189.51132.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.5%
GREEN value IS 219 (85.94% from 255) = 38.02%
BLUE value IS 141 (55.47% from 255) = 24.48%
R=37.5%
G=38.02%
B=24.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162191410.0100.360.1462.315270.59
HexD8DB8D1024E3e3447
Octal3303332151044167664107
Binary1101100011011011100011011010010011101111101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DB8D; }

 p { color: rgb(216,219,141); }

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

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

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

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

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

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

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