#DDE58D

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

Shades of Primrose #DDE58D

Tints of Primrose #DDE58D

Color information

#DDE58D (or 0xDDE58D) is unknown color: approx Primrose. HEX triplet: DD, E5 and 8D. RGB value is (221,229,141). Sum of RGB (Red+Green+Blue) = 221+229+141=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE58D is #221A72. Grayscale: #D8D8D8. Windows color (decimal): -2234995 or 9299421. OLE color: 9299421.

HSL color Cylindrical-coordinate representation of color #DDE58D: hue angle of 65.45º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDE58D is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB221229141-
CMYK0.0300.380.10
HSL65.45º62.86%72.55%-
HSV(B)65.45º38.43%89.8%-
XYZ62.6573.3336.05-
YUV216.5885.35131.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 229 (89.84% from 255) = 38.75%
BLUE value IS 141 (55.47% from 255) = 23.86%
R=37.39%
G=38.75%
B=23.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212291410.0300.380.1065.4562.8672.55
HexDDE58D3026A413f49
Octal33534521530461210177111
Binary110111011110010110001101110100110101010000011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE58D; }

 p { color: rgb(221,229,141); }

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

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

 a { background-color: rgb(221,229,141); }

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

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

 span { border-color: rgb(221,229,141); }

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