#DCD687

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

Shades of Primrose #DCD687

Tints of Primrose #DCD687

Color information

#DCD687 (or 0xDCD687) is unknown color: approx Primrose. HEX triplet: DC, D6 and 87. RGB value is (220,214,135). Sum of RGB (Red+Green+Blue) = 220+214+135=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 135 (53.12% from 255 or 23.73% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD687 is #232978. Grayscale: #CFCFCF. Windows color (decimal): -2304377 or 8902364. OLE color: 8902364.

HSL color Cylindrical-coordinate representation of color #DCD687: hue angle of 55.76º 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 #DCD687 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB220214135-
CMYK00.030.390.14
HSL55.76º54.84%69.61%-
HSV(B)55.76º38.64%86.27%-
XYZ57.9365.0632.43-
YUV206.7987.49137.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 214 (83.98% from 255) = 37.61%
BLUE value IS 135 (53.12% from 255) = 23.73%
R=38.66%
G=37.61%
B=23.73%

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
Decimal22021413500.030.390.1455.7654.8469.61
HexDCD6870327E383746
Octal3343262070347167067106
Binary11011100110101101000011101110011111101110001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD687; }

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

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

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

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

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

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

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

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