#DCDF86

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

Shades of Primrose #DCDF86

Tints of Primrose #DCDF86

Color information

#DCDF86 (or 0xDCDF86) is unknown color: approx Primrose. HEX triplet: DC, DF and 86. RGB value is (220,223,134). Sum of RGB (Red+Green+Blue) = 220+223+134=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 134 (52.73% from 255 or 23.22% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF86 is #232079. Grayscale: #D4D4D4. Windows color (decimal): -2302074 or 8839132. OLE color: 8839132.

HSL color Cylindrical-coordinate representation of color #DCDF86: hue angle of 62.02º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCDF86 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB220223134-
CMYK0.0100.400.13
HSL62.02º58.17%70%-
HSV(B)62.02º39.91%87.45%-
XYZ60.2169.7132.84-
YUV211.9684.01133.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 223 (87.5% from 255) = 38.65%
BLUE value IS 134 (52.73% from 255) = 23.22%
R=38.13%
G=38.65%
B=23.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231340.0100.400.1362.0258.1770
HexDCDF861028D3e3a46
Octal3343372061050157672106
Binary1101110011011111100001101010100011011111101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF86; }

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

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

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

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

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

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

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

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