#DDE49B

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

Shades of Primrose #DDE49B

Tints of Primrose #DDE49B

Color information

#DDE49B (or 0xDDE49B) is unknown color: approx Primrose. HEX triplet: DD, E4 and 9B. RGB value is (221,228,155). Sum of RGB (Red+Green+Blue) = 221+228+155=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 155 (60.94% from 255 or 25.66% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE49B is #221B64. Grayscale: #D9D9D9. Windows color (decimal): -2235237 or 10216669. OLE color: 10216669.

HSL color Cylindrical-coordinate representation of color #DDE49B: hue angle of 65.75º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDE49B is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB221228155-
CMYK0.0300.320.11
HSL65.75º57.48%75.1%-
HSV(B)65.75º32.02%89.41%-
XYZ63.4873.2341.8-
YUV217.5892.68130.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 228 (89.45% from 255) = 37.75%
BLUE value IS 155 (60.94% from 255) = 25.66%
R=36.59%
G=37.75%
B=25.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212281550.0300.320.1165.7557.4875.1
HexDDE49B3020B42394b
Octal33534423330401310271113
Binary110111011110010010011011110100000101110000101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE49B; }

 p { color: rgb(221,228,155); }

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

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

 a { background-color: rgb(221,228,155); }

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

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

 span { border-color: rgb(221,228,155); }

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