#DCDC8C

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

Shades of Primrose #DCDC8C

Tints of Primrose #DCDC8C

Color information

#DCDC8C (or 0xDCDC8C) is unknown color: approx Primrose. HEX triplet: DC, DC and 8C. RGB value is (220,220,140). Sum of RGB (Red+Green+Blue) = 220+220+140=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC8C is #232373. Grayscale: #D3D3D3. Windows color (decimal): -2302836 or 9231580. OLE color: 9231580.

HSL color Cylindrical-coordinate representation of color #DCDC8C: hue angle of 60º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCDC8C is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB220220140-
CMYK000.360.14
HSL60º53.33%70.59%-
HSV(B)60º36.36%86.27%-
XYZ59.8468.334.84-
YUV210.8888134.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 140 (55.08% from 255) = 24.14%
R=37.93%
G=37.93%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220140000.360.146053.3370.59
HexDCDC8C0024E3c3547
Octal3343342140044167465107
Binary1101110011011100100011000010010011101111001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDC8C; }

 p { color: rgb(220,220,140); }

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

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

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

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

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

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

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