#DCD889

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

Shades of Primrose #DCD889

Tints of Primrose #DCD889

Color information

#DCD889 (or 0xDCD889) is unknown color: approx Primrose. HEX triplet: DC, D8 and 89. RGB value is (220,216,137). Sum of RGB (Red+Green+Blue) = 220+216+137=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 137 (53.91% from 255 or 23.91% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD889 is #232776. Grayscale: #D0D0D0. Windows color (decimal): -2303863 or 9033948. OLE color: 9033948.

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

Color convert

RGB220216137-
CMYK00.020.380.14
HSL57.11º54.25%70%-
HSV(B)57.11º37.73%86.27%-
XYZ58.5966.1333.34-
YUV208.1987.83136.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 216 (84.77% from 255) = 37.70%
BLUE value IS 137 (53.91% from 255) = 23.91%
R=38.39%
G=37.70%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021613700.020.380.1457.1154.2570
HexDCD8890226E393646
Octal3343302110246167166106
Binary11011100110110001000100101010011011101110011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD889; }

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

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

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

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

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

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

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

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