#DCD787

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

Shades of Primrose #DCD787

Tints of Primrose #DCD787

Color information

#DCD787 (or 0xDCD787) is unknown color: approx Primrose. HEX triplet: DC, D7 and 87. RGB value is (220,215,135). Sum of RGB (Red+Green+Blue) = 220+215+135=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 135 (53.12% from 255 or 23.68% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD787 is #232878. Grayscale: #CFCFCF. Windows color (decimal): -2304121 or 8902620. OLE color: 8902620.

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

Color convert

RGB220215135-
CMYK00.020.390.14
HSL56.47º54.84%69.61%-
HSV(B)56.47º38.64%86.27%-
XYZ58.1965.5732.51-
YUV207.3887.16137-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 215 (84.38% from 255) = 37.72%
BLUE value IS 135 (53.12% from 255) = 23.68%
R=38.60%
G=37.72%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021513500.020.390.1456.4754.8469.61
HexDCD7870227E383746
Octal3343272070247167067106
Binary11011100110101111000011101010011111101110001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD787; }

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

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

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

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

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

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

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

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