#DCD785

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

Shades of Primrose #DCD785

Tints of Primrose #DCD785

Color information

#DCD785 (or 0xDCD785) is unknown color: approx Primrose. HEX triplet: DC, D7 and 85. RGB value is (220,215,133). Sum of RGB (Red+Green+Blue) = 220+215+133=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 133 (52.34% from 255 or 23.42% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD785 is #23287A. Grayscale: #CFCFCF. Windows color (decimal): -2304123 or 8771548. OLE color: 8771548.

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

Color convert

RGB220215133-
CMYK00.020.400.14
HSL56.55º55.41%69.22%-
HSV(B)56.55º39.55%86.27%-
XYZ58.0565.5131.78-
YUV207.1586.16137.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 215 (84.38% from 255) = 37.85%
BLUE value IS 133 (52.34% from 255) = 23.42%
R=38.73%
G=37.85%
B=23.42%

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
Decimal22021513300.020.400.1456.5555.4169.22
HexDCD7850228E393745
Octal3343272050250167167105
Binary11011100110101111000010101010100011101110011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD785; }

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

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

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

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

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

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

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

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