#D6D897

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

Shades of Primrose #D6D897

Tints of Primrose #D6D897

Color information

#D6D897 (or 0xD6D897) is unknown color: approx Primrose. HEX triplet: D6, D8 and 97. RGB value is (214,216,151). Sum of RGB (Red+Green+Blue) = 214+216+151=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D897 is #292768. Grayscale: #D0D0D0. Windows color (decimal): -2697065 or 9951446. OLE color: 9951446.

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

Color convert

RGB214216151-
CMYK0.0100.300.15
HSL61.85º45.45%71.96%-
HSV(B)61.85º30.09%84.71%-
XYZ57.8765.6438.9-
YUV207.9995.84132.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.83%
GREEN value IS 216 (84.77% from 255) = 37.18%
BLUE value IS 151 (59.38% from 255) = 25.99%
R=36.83%
G=37.18%
B=25.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142161510.0100.300.1561.8545.4571.96
HexD6D897101EF3e2d48
Octal3263302271036177655110
Binary110101101101100010010111101111011111111101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D897; }

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

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

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

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

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

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

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

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