#DCDD9A

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

Shades of Primrose #DCDD9A

Tints of Primrose #DCDD9A

Color information

#DCDD9A (or 0xDCDD9A) is unknown color: approx Primrose. HEX triplet: DC, DD and 9A. RGB value is (220,221,154). Sum of RGB (Red+Green+Blue) = 220+221+154=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD9A is #232265. Grayscale: #D5D5D5. Windows color (decimal): -2302566 or 10149340. OLE color: 10149340.

HSL color Cylindrical-coordinate representation of color #DCDD9A: hue angle of 60.9º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCDD9A is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB220221154-
CMYK0.0000.300.13
HSL60.9º49.63%73.53%-
HSV(B)60.9º30.32%86.67%-
XYZ61.269.2640.71-
YUV213.0694.67132.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 154 (60.55% from 255) = 25.88%
R=36.97%
G=37.14%
B=25.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211540.0000.300.1360.949.6373.53
HexDCDD9A001ED3d324a
Octal3343352320036157562112
Binary110111001101110110011010001111011011111011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD9A; }

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

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

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

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

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

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

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

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