#DCD995

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

Shades of Primrose #DCD995

Tints of Primrose #DCD995

Color information

#DCD995 (or 0xDCD995) is unknown color: approx Primrose. HEX triplet: DC, D9 and 95. RGB value is (220,217,149). Sum of RGB (Red+Green+Blue) = 220+217+149=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD995 is #23266A. Grayscale: #D2D2D2. Windows color (decimal): -2303595 or 9820636. OLE color: 9820636.

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

Color convert

RGB220217149-
CMYK00.010.320.14
HSL57.46º50.35%72.35%-
HSV(B)57.46º32.27%86.27%-
XYZ59.7567.0138.22-
YUV210.1493.49135.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 217 (85.16% from 255) = 37.03%
BLUE value IS 149 (58.59% from 255) = 25.43%
R=37.54%
G=37.03%
B=25.43%

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
Decimal22021714900.010.320.1457.4650.3572.35
HexDCD9950120E393248
Octal3343312250140167162110
Binary1101110011011001100101010110000011101110011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD995; }

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

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

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

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

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

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

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

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