#DCD891

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

Shades of Primrose #DCD891

Tints of Primrose #DCD891

Color information

#DCD891 (or 0xDCD891) is unknown color: approx Primrose. HEX triplet: DC, D8 and 91. RGB value is (220,216,145). Sum of RGB (Red+Green+Blue) = 220+216+145=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 145 (57.03% from 255 or 24.96% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD891 is #23276E. Grayscale: #D1D1D1. Windows color (decimal): -2303855 or 9558236. OLE color: 9558236.

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

Color convert

RGB220216145-
CMYK00.020.340.14
HSL56.8º51.72%71.57%-
HSV(B)56.8º34.09%86.27%-
XYZ59.1866.3736.48-
YUV209.191.83135.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 216 (84.77% from 255) = 37.18%
BLUE value IS 145 (57.03% from 255) = 24.96%
R=37.87%
G=37.18%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021614500.020.340.1456.851.7271.57
HexDCD8910222E393448
Octal3343302210242167164110
Binary11011100110110001001000101010001011101110011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD891; }

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

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

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

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

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

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

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

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