#DCD587

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

Shades of Primrose #DCD587

Tints of Primrose #DCD587

Color information

#DCD587 (or 0xDCD587) is unknown color: approx Primrose. HEX triplet: DC, D5 and 87. RGB value is (220,213,135). Sum of RGB (Red+Green+Blue) = 220+213+135=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 135 (53.12% from 255 or 23.77% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD587 is #232A78. Grayscale: #CECECE. Windows color (decimal): -2304633 or 8902108. OLE color: 8902108.

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

Color convert

RGB220213135-
CMYK00.030.390.14
HSL55.06º54.84%69.61%-
HSV(B)55.06º38.64%86.27%-
XYZ57.6864.5532.34-
YUV206.287.82137.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 213 (83.59% from 255) = 37.5%
BLUE value IS 135 (53.12% from 255) = 23.77%
R=38.73%
G=37.5%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021313500.030.390.1455.0654.8469.61
HexDCD5870327E373746
Octal3343252070347166767106
Binary11011100110101011000011101110011111101101111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD587; }

 p { color: rgb(220,213,135); }

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

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

 a { background-color: rgb(220,213,135); }

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

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

 span { border-color: rgb(220,213,135); }

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