#DCDD95

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

Shades of Primrose #DCDD95

Tints of Primrose #DCDD95

Color information

#DCDD95 (or 0xDCDD95) is unknown color: approx Primrose. HEX triplet: DC, DD and 95. RGB value is (220,221,149). Sum of RGB (Red+Green+Blue) = 220+221+149=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 149 (58.59% from 255 or 25.25% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD95 is #23226A. Grayscale: #D4D4D4. Windows color (decimal): -2302571 or 9821660. OLE color: 9821660.

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

Color convert

RGB220221149-
CMYK0.0000.330.13
HSL60.83º51.43%72.55%-
HSV(B)60.83º32.58%86.67%-
XYZ60.869.138.57-
YUV212.4992.17133.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 149 (58.59% from 255) = 25.25%
R=37.29%
G=37.46%
B=25.25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211490.0000.330.1360.8351.4372.55
HexDCDD950021D3d3349
Octal3343352250041157563111
Binary1101110011011101100101010010000111011111011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD95; }

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

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

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

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

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

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

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

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