#D6DC92

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

Shades of Primrose #D6DC92

Tints of Primrose #D6DC92

Color information

#D6DC92 (or 0xD6DC92) is unknown color: approx Primrose. HEX triplet: D6, DC and 92. RGB value is (214,220,146). Sum of RGB (Red+Green+Blue) = 214+220+146=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DC92 is #29236D. Grayscale: #D2D2D2. Windows color (decimal): -2696046 or 9624790. OLE color: 9624790.

HSL color Cylindrical-coordinate representation of color #D6DC92: hue angle of 64.86º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6DC92 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB214220146-
CMYK0.0300.340.14
HSL64.86º51.39%71.76%-
HSV(B)64.86º33.64%86.27%-
XYZ58.5167.5637.15-
YUV209.7792.01131.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.90%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 146 (57.42% from 255) = 25.17%
R=36.90%
G=37.93%
B=25.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142201460.0300.340.1464.8651.3971.76
HexD6DC923022E413348
Octal32633422230421610163110
Binary110101101101110010010010110100010111010000011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DC92; }

 p { color: rgb(214,220,146); }

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

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

 a { background-color: rgb(214,220,146); }

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

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

 span { border-color: rgb(214,220,146); }

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