#D8D691

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

Shades of Primrose #D8D691

Tints of Primrose #D8D691

Color information

#D8D691 (or 0xD8D691) is unknown color: approx Primrose. HEX triplet: D8, D6 and 91. RGB value is (216,214,145). Sum of RGB (Red+Green+Blue) = 216+214+145=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 145 (57.03% from 255 or 25.22% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D691 is #27296E. Grayscale: #CFCFCF. Windows color (decimal): -2566511 or 9557720. OLE color: 9557720.

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

Color convert

RGB216214145-
CMYK00.010.330.15
HSL58.31º47.65%70.78%-
HSV(B)58.31º32.87%84.71%-
XYZ57.4864.7436.25-
YUV206.7393.16134.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.57%
GREEN value IS 214 (83.98% from 255) = 37.22%
BLUE value IS 145 (57.03% from 255) = 25.22%
R=37.57%
G=37.22%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621414500.010.330.1558.3147.6570.78
HexD8D6910121F3a3047
Octal3303262210141177260107
Binary1101100011010110100100010110000111111110101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D691; }

 p { color: rgb(216,214,145); }

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

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

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

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

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

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

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