#D8D695

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

Shades of Primrose #D8D695

Tints of Primrose #D8D695

Color information

#D8D695 (or 0xD8D695) is unknown color: approx Primrose. HEX triplet: D8, D6 and 95. RGB value is (216,214,149). Sum of RGB (Red+Green+Blue) = 216+214+149=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D695 is #27296A. Grayscale: #CFCFCF. Windows color (decimal): -2566507 or 9819864. OLE color: 9819864.

HSL color Cylindrical-coordinate representation of color #D8D695: hue angle of 58.21º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8D695 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216214149-
CMYK00.010.310.15
HSL58.21º46.21%71.57%-
HSV(B)58.21º31.02%84.71%-
XYZ57.7964.8637.91-
YUV207.1995.16134.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.31%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 149 (58.59% from 255) = 25.73%
R=37.31%
G=36.96%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621414900.010.310.1558.2146.2171.57
HexD8D695011FF3a2e48
Octal3303262250137177256110
Binary110110001101011010010101011111111111110101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D695; }

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

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

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

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

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

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

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

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