#dcdd84

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

Shades of Primrose #DCDD84

Tints of Primrose #DCDD84

Color information

#DCDD84 (or 0xDCDD84) is unknown color: approx Primrose. HEX triplet: DC, DD and 84. RGB value is (220,221,132). Sum of RGB (Red+Green+Blue) = 220+221+132=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD84 is #23227B. Grayscale: #D2D2D2. Windows color (decimal): -2302588 or 8707548. OLE color: 8707548.

HSL color Cylindrical-coordinate representation of color #DCDD84: hue angle of 60.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCDD84 is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB220221132-
CMYK0.0000.400.13
HSL60.67º56.69%69.22%-
HSV(B)60.67º40.27%86.67%-
XYZ59.5468.5931.93-
YUV210.5683.67134.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 221 (86.72% from 255) = 38.57%
BLUE value IS 132 (51.95% from 255) = 23.04%
R=38.39%
G=38.57%
B=23.04%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211320.0000.400.1360.6756.6969.22
HexDCDD840028D3d3945
Octal3343352040050157571105
Binary1101110011011101100001000010100011011111011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcdd84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcdd84; }

 p { color: rgb(220,221,132); }

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

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

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

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

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

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

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