#DCD996

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

Shades of Primrose #DCD996

Tints of Primrose #DCD996

Color information

#DCD996 (or 0xDCD996) is unknown color: approx Primrose. HEX triplet: DC, D9 and 96. RGB value is (220,217,150). Sum of RGB (Red+Green+Blue) = 220+217+150=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD996 is #232669. Grayscale: #D2D2D2. Windows color (decimal): -2303594 or 9886172. OLE color: 9886172.

HSL color Cylindrical-coordinate representation of color #DCD996: hue angle of 57.43º 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 #DCD996 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB220217150-
CMYK00.010.320.14
HSL57.43º50%72.55%-
HSV(B)57.43º31.82%86.27%-
XYZ59.8367.0438.64-
YUV210.2693.99134.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 217 (85.16% from 255) = 36.97%
BLUE value IS 150 (58.98% from 255) = 25.55%
R=37.48%
G=36.97%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021715000.010.320.1457.435072.55
HexDCD9960120E393249
Octal3343312260140167162111
Binary1101110011011001100101100110000011101110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD996; }

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

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

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

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

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

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

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

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