#DCDA87

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

Shades of Primrose #DCDA87

Tints of Primrose #DCDA87

Color information

#DCDA87 (or 0xDCDA87) is unknown color: approx Primrose. HEX triplet: DC, DA and 87. RGB value is (220,218,135). Sum of RGB (Red+Green+Blue) = 220+218+135=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 135 (53.12% from 255 or 23.56% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA87 is #232578. Grayscale: #D1D1D1. Windows color (decimal): -2303353 or 8903388. OLE color: 8903388.

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

Color convert

RGB220218135-
CMYK00.010.390.14
HSL58.59º54.84%69.61%-
HSV(B)58.59º38.64%86.27%-
XYZ58.9667.1132.77-
YUV209.1486.16135.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 135 (53.12% from 255) = 23.56%
R=38.39%
G=38.05%
B=23.56%

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
Decimal22021813500.010.390.1458.5954.8469.61
HexDCDA870127E3b3746
Octal3343322070147167367106
Binary1101110011011010100001110110011111101110111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA87; }

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

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

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

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

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

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

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

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