#DDD78F

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

Shades of Primrose #DDD78F

Tints of Primrose #DDD78F

Color information

#DDD78F (or 0xDDD78F) is unknown color: approx Primrose. HEX triplet: DD, D7 and 8F. RGB value is (221,215,143). Sum of RGB (Red+Green+Blue) = 221+215+143=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 143 (56.25% from 255 or 24.70% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD78F is #222870. Grayscale: #D0D0D0. Windows color (decimal): -2238577 or 9426909. OLE color: 9426909.

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

Color convert

RGB221215143-
CMYK00.030.350.13
HSL55.38º53.42%71.37%-
HSV(B)55.38º35.29%86.67%-
XYZ59.0865.9635.6-
YUV208.5990.99136.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 143 (56.25% from 255) = 24.70%
R=38.17%
G=37.13%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121514300.030.350.1355.3853.4271.37
HexDDD78F0323D373547
Octal3353272170343156765107
Binary11011101110101111000111101110001111011101111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD78F; }

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

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

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

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

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

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

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

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