#DCD884

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

Shades of Primrose #DCD884

Tints of Primrose #DCD884

Color information

#DCD884 (or 0xDCD884) is unknown color: approx Primrose. HEX triplet: DC, D8 and 84. RGB value is (220,216,132). Sum of RGB (Red+Green+Blue) = 220+216+132=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 132 (51.95% from 255 or 23.24% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD884 is #23277B. Grayscale: #CFCFCF. Windows color (decimal): -2303868 or 8706268. OLE color: 8706268.

HSL color Cylindrical-coordinate representation of color #DCD884: hue angle of 57.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCD884 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220216132-
CMYK00.020.400.14
HSL57.27º55.7%69.02%-
HSV(B)57.27º40%86.27%-
XYZ58.2465.9931.5-
YUV207.6285.33136.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 216 (84.77% from 255) = 38.03%
BLUE value IS 132 (51.95% from 255) = 23.24%
R=38.73%
G=38.03%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021613200.020.400.1457.2755.769.02
HexDCD8840228E393845
Octal3343302040250167170105
Binary11011100110110001000010001010100011101110011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD884; }

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

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

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

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

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

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

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

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