#DCDD8D

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

Shades of Primrose #DCDD8D

Tints of Primrose #DCDD8D

Color information

#DCDD8D (or 0xDCDD8D) is unknown color: approx Primrose. HEX triplet: DC, DD and 8D. RGB value is (220,221,141). Sum of RGB (Red+Green+Blue) = 220+221+141=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD8D is #232272. Grayscale: #D3D3D3. Windows color (decimal): -2302579 or 9297372. OLE color: 9297372.

HSL color Cylindrical-coordinate representation of color #DCDD8D: hue angle of 60.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCDD8D is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB220221141-
CMYK0.0000.360.13
HSL60.75º54.05%70.98%-
HSV(B)60.75º36.2%86.67%-
XYZ60.1868.8535.32-
YUV211.5888.17134-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 221 (86.72% from 255) = 37.97%
BLUE value IS 141 (55.47% from 255) = 24.23%
R=37.80%
G=37.97%
B=24.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211410.0000.360.1360.7554.0570.98
HexDCDD8D0024D3d3647
Octal3343352150044157566107
Binary1101110011011101100011010010010011011111011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD8D; }

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

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

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

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

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

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

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

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