#DCDA94

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

Shades of Primrose #DCDA94

Tints of Primrose #DCDA94

Color information

#DCDA94 (or 0xDCDA94) is unknown color: approx Primrose. HEX triplet: DC, DA and 94. RGB value is (220,218,148). Sum of RGB (Red+Green+Blue) = 220+218+148=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA94 is #23256B. Grayscale: #D2D2D2. Windows color (decimal): -2303340 or 9755356. OLE color: 9755356.

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

Color convert

RGB220218148-
CMYK00.010.330.14
HSL58.33º50.7%72.16%-
HSV(B)58.33º32.73%86.27%-
XYZ59.9367.537.89-
YUV210.6292.66134.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 148 (58.20% from 255) = 25.26%
R=37.54%
G=37.20%
B=25.26%

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
Decimal22021814800.010.330.1458.3350.772.16
HexDCDA940121E3a3348
Octal3343322240141167263110
Binary1101110011011010100101000110000111101110101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA94; }

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

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

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

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

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

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

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

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