#DCDA93

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

Shades of Primrose #DCDA93

Tints of Primrose #DCDA93

Color information

#DCDA93 (or 0xDCDA93) is unknown color: approx Primrose. HEX triplet: DC, DA and 93. RGB value is (220,218,147). Sum of RGB (Red+Green+Blue) = 220+218+147=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA93 is #23256C. Grayscale: #D2D2D2. Windows color (decimal): -2303341 or 9689820. OLE color: 9689820.

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

Color convert

RGB220218147-
CMYK00.010.330.14
HSL58.36º51.05%71.96%-
HSV(B)58.36º33.18%86.27%-
XYZ59.8567.4737.47-
YUV210.592.16134.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 147 (57.81% from 255) = 25.13%
R=37.61%
G=37.26%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021814700.010.330.1458.3651.0571.96
HexDCDA930121E3a3348
Octal3343322230141167263110
Binary1101110011011010100100110110000111101110101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA93; }

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

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

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

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

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

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

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

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