#DCDD91

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

Shades of Primrose #DCDD91

Tints of Primrose #DCDD91

Color information

#DCDD91 (or 0xDCDD91) is unknown color: approx Primrose. HEX triplet: DC, DD and 91. RGB value is (220,221,145). Sum of RGB (Red+Green+Blue) = 220+221+145=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 145 (57.03% from 255 or 24.74% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD91 is #23226E. Grayscale: #D4D4D4. Windows color (decimal): -2302575 or 9559516. OLE color: 9559516.

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

Color convert

RGB220221145-
CMYK0.0000.340.13
HSL60.79º52.78%71.76%-
HSV(B)60.79º34.39%86.67%-
XYZ60.4868.9736.91-
YUV212.0490.17133.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 221 (86.72% from 255) = 37.71%
BLUE value IS 145 (57.03% from 255) = 24.74%
R=37.54%
G=37.71%
B=24.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211450.0000.340.1360.7952.7871.76
HexDCDD910022D3d3548
Octal3343352210042157565110
Binary1101110011011101100100010010001011011111011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD91; }

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

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

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

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

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

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

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

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