#DCD586

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

Shades of Primrose #DCD586

Tints of Primrose #DCD586

Color information

#DCD586 (or 0xDCD586) is unknown color: approx Primrose. HEX triplet: DC, D5 and 86. RGB value is (220,213,134). Sum of RGB (Red+Green+Blue) = 220+213+134=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD586 is #232A79. Grayscale: #CECECE. Windows color (decimal): -2304634 or 8836572. OLE color: 8836572.

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

Color convert

RGB220213134-
CMYK00.030.390.14
HSL55.12º55.13%69.41%-
HSV(B)55.12º39.09%86.27%-
XYZ57.6164.5331.97-
YUV206.0987.32137.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 213 (83.59% from 255) = 37.57%
BLUE value IS 134 (52.73% from 255) = 23.63%
R=38.80%
G=37.57%
B=23.63%

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
Decimal22021313400.030.390.1455.1255.1369.41
HexDCD5860327E373745
Octal3343252060347166767105
Binary11011100110101011000011001110011111101101111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD586; }

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

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

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

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

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

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

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

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