#DCD989

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

Shades of Primrose #DCD989

Tints of Primrose #DCD989

Color information

#DCD989 (or 0xDCD989) is unknown color: approx Primrose. HEX triplet: DC, D9 and 89. RGB value is (220,217,137). Sum of RGB (Red+Green+Blue) = 220+217+137=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 137 (53.91% from 255 or 23.87% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD989 is #232676. Grayscale: #D1D1D1. Windows color (decimal): -2303607 or 9034204. OLE color: 9034204.

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

Color convert

RGB220217137-
CMYK00.010.380.14
HSL57.83º54.25%70%-
HSV(B)57.83º37.73%86.27%-
XYZ58.8466.6533.43-
YUV208.7887.49136-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 217 (85.16% from 255) = 37.80%
BLUE value IS 137 (53.91% from 255) = 23.87%
R=38.33%
G=37.80%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021713700.010.380.1457.8354.2570
HexDCD9890126E3a3646
Octal3343312110146167266106
Binary1101110011011001100010010110011011101110101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD989; }

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

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

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

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

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

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

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

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