#DDD78C

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

Shades of Primrose #DDD78C

Tints of Primrose #DDD78C

Color information

#DDD78C (or 0xDDD78C) is unknown color: approx Primrose. HEX triplet: DD, D7 and 8C. RGB value is (221,215,140). Sum of RGB (Red+Green+Blue) = 221+215+140=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 140 (55.08% from 255 or 24.31% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD78C is #222873. Grayscale: #D0D0D0. Windows color (decimal): -2238580 or 9230301. OLE color: 9230301.

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

Color convert

RGB221215140-
CMYK00.030.370.13
HSL55.56º54.36%70.78%-
HSV(B)55.56º36.65%86.67%-
XYZ58.8565.8734.42-
YUV208.2489.49137.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 215 (84.38% from 255) = 37.33%
BLUE value IS 140 (55.08% from 255) = 24.31%
R=38.37%
G=37.33%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121514000.030.370.1355.5654.3670.78
HexDDD78C0325D383647
Octal3353272140345157066107
Binary11011101110101111000110001110010111011110001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD78C; }

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

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

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

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

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

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

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

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