#DCD896

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

Shades of Primrose #DCD896

Tints of Primrose #DCD896

Color information

#DCD896 (or 0xDCD896) is unknown color: approx Primrose. HEX triplet: DC, D8 and 96. RGB value is (220,216,150). Sum of RGB (Red+Green+Blue) = 220+216+150=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD896 is #232769. Grayscale: #D1D1D1. Windows color (decimal): -2303850 or 9885916. OLE color: 9885916.

HSL color Cylindrical-coordinate representation of color #DCD896: hue angle of 56.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCD896 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB220216150-
CMYK00.020.320.14
HSL56.57º50%72.55%-
HSV(B)56.57º31.82%86.27%-
XYZ59.5866.5338.56-
YUV209.6794.33135.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 150 (58.98% from 255) = 25.60%
R=37.54%
G=36.86%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021615000.020.320.1456.575072.55
HexDCD8960220E393249
Octal3343302260240167162111
Binary11011100110110001001011001010000011101110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD896; }

 p { color: rgb(220,216,150); }

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

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

 a { background-color: rgb(220,216,150); }

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

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

 span { border-color: rgb(220,216,150); }

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