#D6D796

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

Shades of Primrose #D6D796

Tints of Primrose #D6D796

Color information

#D6D796 (or 0xD6D796) is unknown color: approx Primrose. HEX triplet: D6, D7 and 96. RGB value is (214,215,150). Sum of RGB (Red+Green+Blue) = 214+215+150=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D796 is #292869. Grayscale: #CFCFCF. Windows color (decimal): -2697322 or 9885654. OLE color: 9885654.

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

Color convert

RGB214215150-
CMYK0.0000.300.16
HSL60.92º44.83%71.57%-
HSV(B)60.92º30.23%84.31%-
XYZ57.5465.138.39-
YUV207.2995.67132.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.96%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 150 (58.98% from 255) = 25.91%
R=36.96%
G=37.13%
B=25.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142151500.0000.300.1660.9244.8371.57
HexD6D796001E103d2d48
Octal3263272260036207555110
Binary1101011011010111100101100011110100001111011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D796; }

 p { color: rgb(214,215,150); }

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

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

 a { background-color: rgb(214,215,150); }

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

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

 span { border-color: rgb(214,215,150); }

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