#DDD58E

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

Shades of Primrose #DDD58E

Tints of Primrose #DDD58E

Color information

#DDD58E (or 0xDDD58E) is unknown color: approx Primrose. HEX triplet: DD, D5 and 8E. RGB value is (221,213,142). Sum of RGB (Red+Green+Blue) = 221+213+142=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 142 (55.86% from 255 or 24.65% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD58E is #222A71. Grayscale: #CFCFCF. Windows color (decimal): -2239090 or 9360861. OLE color: 9360861.

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

Color convert

RGB221213142-
CMYK00.040.360.13
HSL53.92º53.74%71.18%-
HSV(B)53.92º35.75%86.67%-
XYZ58.564.9135.04-
YUV207.391.15137.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 213 (83.59% from 255) = 36.98%
BLUE value IS 142 (55.86% from 255) = 24.65%
R=38.37%
G=36.98%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121314200.040.360.1353.9253.7471.18
HexDDD58E0424D363647
Octal3353252160444156666107
Binary110111011101010110001110010010010011011101101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD58E; }

 p { color: rgb(221,213,142); }

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

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

 a { background-color: rgb(221,213,142); }

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

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

 span { border-color: rgb(221,213,142); }

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