#DDD88C

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

Shades of Primrose #DDD88C

Tints of Primrose #DDD88C

Color information

#DDD88C (or 0xDDD88C) is unknown color: approx Primrose. HEX triplet: DD, D8 and 8C. RGB value is (221,216,140). Sum of RGB (Red+Green+Blue) = 221+216+140=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD88C is #222773. Grayscale: #D1D1D1. Windows color (decimal): -2238324 or 9230557. OLE color: 9230557.

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

Color convert

RGB221216140-
CMYK00.020.370.13
HSL56.3º54.36%70.78%-
HSV(B)56.3º36.65%86.67%-
XYZ59.1166.3834.51-
YUV208.8389.16136.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 216 (84.77% from 255) = 37.44%
BLUE value IS 140 (55.08% from 255) = 24.26%
R=38.30%
G=37.44%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121614000.020.370.1356.354.3670.78
HexDDD88C0225D383647
Octal3353302140245157066107
Binary11011101110110001000110001010010111011110001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD88C; }

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

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

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

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

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

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

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

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