#DCDA89

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

Shades of Primrose #DCDA89

Tints of Primrose #DCDA89

Color information

#DCDA89 (or 0xDCDA89) is unknown color: approx Primrose. HEX triplet: DC, DA and 89. RGB value is (220,218,137). Sum of RGB (Red+Green+Blue) = 220+218+137=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 137 (53.91% from 255 or 23.83% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA89 is #232576. Grayscale: #D1D1D1. Windows color (decimal): -2303351 or 9034460. OLE color: 9034460.

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

Color convert

RGB220218137-
CMYK00.010.380.14
HSL58.55º54.25%70%-
HSV(B)58.55º37.73%86.27%-
XYZ59.167.1633.52-
YUV209.3687.16135.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 218 (85.55% from 255) = 37.91%
BLUE value IS 137 (53.91% from 255) = 23.83%
R=38.26%
G=37.91%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021813700.010.380.1458.5554.2570
HexDCDA890126E3b3646
Octal3343322110146167366106
Binary1101110011011010100010010110011011101110111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA89; }

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

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

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

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

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

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

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

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