#DCDD96

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

Shades of Primrose #DCDD96

Tints of Primrose #DCDD96

Color information

#DCDD96 (or 0xDCDD96) is unknown color: approx Primrose. HEX triplet: DC, DD and 96. RGB value is (220,221,150). Sum of RGB (Red+Green+Blue) = 220+221+150=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD96 is #232269. Grayscale: #D4D4D4. Windows color (decimal): -2302570 or 9887196. OLE color: 9887196.

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

Color convert

RGB220221150-
CMYK0.0000.320.13
HSL60.85º51.08%72.75%-
HSV(B)60.85º32.13%86.67%-
XYZ60.8869.1338.99-
YUV212.6192.67133.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 150 (58.98% from 255) = 25.38%
R=37.23%
G=37.39%
B=25.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211500.0000.320.1360.8551.0872.75
HexDCDD960020D3d3349
Octal3343352260040157563111
Binary1101110011011101100101100010000011011111011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD96; }

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

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

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

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

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

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

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

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