#DDDC9A

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

Shades of Primrose #DDDC9A

Tints of Primrose #DDDC9A

Color information

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

HSL color Cylindrical-coordinate representation of color #DDDC9A: hue angle of 59.1º 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 #DDDC9A is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221220154-
CMYK00.000.300.13
HSL59.1º49.63%73.53%-
HSV(B)59.1º30.32%86.67%-
XYZ61.2468.8940.64-
YUV212.7894.83133.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122015400.000.300.1359.149.6373.53
HexDDDC9A001ED3b324a
Octal3353342320036157362112
Binary110111011101110010011010001111011011110111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC9A; }

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

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

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

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

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

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

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

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