#DDD988

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

Shades of Primrose #DDD988

Tints of Primrose #DDD988

Color information

#DDD988 (or 0xDDD988) is unknown color: approx Primrose. HEX triplet: DD, D9 and 88. RGB value is (221,217,136). Sum of RGB (Red+Green+Blue) = 221+217+136=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 136 (53.52% from 255 or 23.69% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD988 is #222677. Grayscale: #D1D1D1. Windows color (decimal): -2238072 or 8968669. OLE color: 8968669.

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

Color convert

RGB221217136-
CMYK00.020.380.13
HSL57.18º55.56%70%-
HSV(B)57.18º38.46%86.67%-
XYZ59.0866.7833.07-
YUV208.9686.83136.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 217 (85.16% from 255) = 37.80%
BLUE value IS 136 (53.52% from 255) = 23.69%
R=38.50%
G=37.80%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121713600.020.380.1357.1855.5670
HexDDD9880226D393846
Octal3353312100246157170106
Binary11011101110110011000100001010011011011110011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD988; }

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

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

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

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

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

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

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

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