#DCDA86

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

Shades of Primrose #DCDA86

Tints of Primrose #DCDA86

Color information

#DCDA86 (or 0xDCDA86) is unknown color: approx Primrose. HEX triplet: DC, DA and 86. RGB value is (220,218,134). Sum of RGB (Red+Green+Blue) = 220+218+134=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 134 (52.73% from 255 or 23.43% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA86 is #232579. Grayscale: #D1D1D1. Windows color (decimal): -2303354 or 8837852. OLE color: 8837852.

HSL color Cylindrical-coordinate representation of color #DCDA86: hue angle of 58.6º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCDA86 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB220218134-
CMYK00.010.390.14
HSL58.6º55.13%69.41%-
HSV(B)58.6º39.09%86.27%-
XYZ58.8967.0832.4-
YUV209.0285.66135.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 218 (85.55% from 255) = 38.11%
BLUE value IS 134 (52.73% from 255) = 23.43%
R=38.46%
G=38.11%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021813400.010.390.1458.655.1369.41
HexDCDA860127E3b3745
Octal3343322060147167367105
Binary1101110011011010100001100110011111101110111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA86; }

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

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

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

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

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

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

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

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