#DCDA85

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

Shades of Primrose #DCDA85

Tints of Primrose #DCDA85

Color information

#DCDA85 (or 0xDCDA85) is unknown color: approx Primrose. HEX triplet: DC, DA and 85. RGB value is (220,218,133). Sum of RGB (Red+Green+Blue) = 220+218+133=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA85 is #23257A. Grayscale: #D1D1D1. Windows color (decimal): -2303355 or 8772316. OLE color: 8772316.

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

Color convert

RGB220218133-
CMYK00.010.400.14
HSL58.62º55.41%69.22%-
HSV(B)58.62º39.55%86.27%-
XYZ58.8267.0532.03-
YUV208.9185.16135.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 133 (52.34% from 255) = 23.29%
R=38.53%
G=38.18%
B=23.29%

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
Decimal22021813300.010.400.1458.6255.4169.22
HexDCDA850128E3b3745
Octal3343322050150167367105
Binary1101110011011010100001010110100011101110111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA85; }

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

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

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

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

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

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

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

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