#DDD48C

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

Shades of Primrose #DDD48C

Tints of Primrose #DDD48C

Color information

#DDD48C (or 0xDDD48C) is unknown color: approx Primrose. HEX triplet: DD, D4 and 8C. RGB value is (221,212,140). Sum of RGB (Red+Green+Blue) = 221+212+140=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD48C is #222B73. Grayscale: #CECECE. Windows color (decimal): -2239348 or 9229533. OLE color: 9229533.

HSL color Cylindrical-coordinate representation of color #DDD48C: hue angle of 53.33º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDD48C is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB221212140-
CMYK00.040.370.13
HSL53.33º54.36%70.78%-
HSV(B)53.33º36.65%86.67%-
XYZ58.164.3534.17-
YUV206.4890.48138.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 212 (83.20% from 255) = 37.00%
BLUE value IS 140 (55.08% from 255) = 24.43%
R=38.57%
G=37.00%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121214000.040.370.1353.3354.3670.78
HexDDD48C0425D353647
Octal3353242140445156566107
Binary110111011101010010001100010010010111011101011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD48C; }

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

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

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

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

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

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

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

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