#DDDC88

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

Shades of Primrose #DDDC88

Tints of Primrose #DDDC88

Color information

#DDDC88 (or 0xDDDC88) is unknown color: approx Primrose. HEX triplet: DD, DC and 88. RGB value is (221,220,136). Sum of RGB (Red+Green+Blue) = 221+220+136=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 136 (53.52% from 255 or 23.57% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC88 is #222377. Grayscale: #D3D3D3. Windows color (decimal): -2237304 or 8969437. OLE color: 8969437.

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

Color convert

RGB221220136-
CMYK00.000.380.13
HSL59.29º55.56%70%-
HSV(B)59.29º38.46%86.67%-
XYZ59.8668.3433.33-
YUV210.7285.83135.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 220 (86.33% from 255) = 38.13%
BLUE value IS 136 (53.52% from 255) = 23.57%
R=38.30%
G=38.13%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122013600.000.380.1359.2955.5670
HexDDDC880026D3b3846
Octal3353342100046157370106
Binary1101110111011100100010000010011011011110111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC88; }

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

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

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

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

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

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

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

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