#DCD985

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

Shades of Primrose #DCD985

Tints of Primrose #DCD985

Color information

#DCD985 (or 0xDCD985) is unknown color: approx Primrose. HEX triplet: DC, D9 and 85. RGB value is (220,217,133). Sum of RGB (Red+Green+Blue) = 220+217+133=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD985 is #23267A. Grayscale: #D0D0D0. Windows color (decimal): -2303611 or 8772060. OLE color: 8772060.

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

Color convert

RGB220217133-
CMYK00.010.400.14
HSL57.93º55.41%69.22%-
HSV(B)57.93º39.55%86.27%-
XYZ58.5666.5331.95-
YUV208.3285.49136.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 217 (85.16% from 255) = 38.07%
BLUE value IS 133 (52.34% from 255) = 23.33%
R=38.60%
G=38.07%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021713300.010.400.1457.9355.4169.22
HexDCD9850128E3a3745
Octal3343312050150167267105
Binary1101110011011001100001010110100011101110101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD985; }

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

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

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

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

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

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

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

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