#DCD890

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

Shades of Primrose #DCD890

Tints of Primrose #DCD890

Color information

#DCD890 (or 0xDCD890) is unknown color: approx Primrose. HEX triplet: DC, D8 and 90. RGB value is (220,216,144). Sum of RGB (Red+Green+Blue) = 220+216+144=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 144 (56.64% from 255 or 24.83% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD890 is #23276F. Grayscale: #D1D1D1. Windows color (decimal): -2303856 or 9492700. OLE color: 9492700.

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

Color convert

RGB220216144-
CMYK00.020.350.14
HSL56.84º52.05%71.37%-
HSV(B)56.84º34.55%86.27%-
XYZ59.1166.3436.08-
YUV208.9991.33135.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 216 (84.77% from 255) = 37.24%
BLUE value IS 144 (56.64% from 255) = 24.83%
R=37.93%
G=37.24%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021614400.020.350.1456.8452.0571.37
HexDCD8900223E393447
Octal3343302200243167164107
Binary11011100110110001001000001010001111101110011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD890; }

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

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

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

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

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

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

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

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