#DDD588

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

Shades of Primrose #DDD588

Tints of Primrose #DDD588

Color information

#DDD588 (or 0xDDD588) is unknown color: approx Primrose. HEX triplet: DD, D5 and 88. RGB value is (221,213,136). Sum of RGB (Red+Green+Blue) = 221+213+136=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD588 is #222A77. Grayscale: #CECECE. Windows color (decimal): -2239096 or 8967645. OLE color: 8967645.

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

Color convert

RGB221213136-
CMYK00.040.380.13
HSL54.35º55.56%70%-
HSV(B)54.35º38.46%86.67%-
XYZ58.0664.7432.73-
YUV206.6188.15138.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 213 (83.59% from 255) = 37.37%
BLUE value IS 136 (53.52% from 255) = 23.86%
R=38.77%
G=37.37%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121313600.040.380.1354.3555.5670
HexDDD5880426D363846
Octal3353252100446156670106
Binary110111011101010110001000010010011011011101101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD588; }

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

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

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

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

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

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

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

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