#DDD48F

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

Shades of Primrose #DDD48F

Tints of Primrose #DDD48F

Color information

#DDD48F (or 0xDDD48F) is unknown color: approx Primrose. HEX triplet: DD, D4 and 8F. RGB value is (221,212,143). Sum of RGB (Red+Green+Blue) = 221+212+143=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 143 (56.25% from 255 or 24.83% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD48F is #222B70. Grayscale: #CFCFCF. Windows color (decimal): -2239345 or 9426141. OLE color: 9426141.

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

Color convert

RGB221212143-
CMYK00.040.350.13
HSL53.08º53.42%71.37%-
HSV(B)53.08º35.29%86.67%-
XYZ58.3264.4435.35-
YUV206.8291.98138.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 212 (83.20% from 255) = 36.81%
BLUE value IS 143 (56.25% from 255) = 24.83%
R=38.37%
G=36.81%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121214300.040.350.1353.0853.4271.37
HexDDD48F0423D353547
Octal3353242170443156565107
Binary110111011101010010001111010010001111011101011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD48F; }

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

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

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

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

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

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

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

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