#DDD488

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

Shades of Primrose #DDD488

Tints of Primrose #DDD488

Color information

#DDD488 (or 0xDDD488) is unknown color: approx Primrose. HEX triplet: DD, D4 and 88. RGB value is (221,212,136). Sum of RGB (Red+Green+Blue) = 221+212+136=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 136 (53.52% from 255 or 23.90% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD488 is #222B77. Grayscale: #CECECE. Windows color (decimal): -2239352 or 8967389. OLE color: 8967389.

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

Color convert

RGB221212136-
CMYK00.040.380.13
HSL53.65º55.56%70%-
HSV(B)53.65º38.46%86.67%-
XYZ57.8164.2432.64-
YUV206.0388.48138.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 212 (83.20% from 255) = 37.26%
BLUE value IS 136 (53.52% from 255) = 23.90%
R=38.84%
G=37.26%
B=23.90%

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
Decimal22121213600.040.380.1353.6555.5670
HexDDD4880426D363846
Octal3353242100446156670106
Binary110111011101010010001000010010011011011101101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD488; }

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

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

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

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

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

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

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

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