#DCDC9B

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

Shades of Primrose #DCDC9B

Tints of Primrose #DCDC9B

Color information

#DCDC9B (or 0xDCDC9B) is unknown color: approx Primrose. HEX triplet: DC, DC and 9B. RGB value is (220,220,155). Sum of RGB (Red+Green+Blue) = 220+220+155=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC9B is #232364. Grayscale: #D4D4D4. Windows color (decimal): -2302821 or 10214620. OLE color: 10214620.

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

Color convert

RGB220220155-
CMYK000.300.14
HSL60º48.15%73.53%-
HSV(B)60º29.55%86.27%-
XYZ61.0268.7741.07-
YUV212.5995.5133.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 155 (60.94% from 255) = 26.05%
R=36.97%
G=36.97%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220155000.300.146048.1573.53
HexDCDC9B001EE3c304a
Octal3343342330036167460112
Binary110111001101110010011011001111011101111001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDC9B; }

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

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

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

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

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

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

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

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