#DDE88B

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

Shades of Primrose #DDE88B

Tints of Primrose #DDE88B

Color information

#DDE88B (or 0xDDE88B) is unknown color: approx Primrose. HEX triplet: DD, E8 and 8B. RGB value is (221,232,139). Sum of RGB (Red+Green+Blue) = 221+232+139=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE88B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE88B is #221774. Grayscale: #DADADA. Windows color (decimal): -2234229 or 9169117. OLE color: 9169117.

HSL color Cylindrical-coordinate representation of color #DDE88B: hue angle of 67.1º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDE88B is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB221232139-
CMYK0.0500.400.09
HSL67.1º66.91%72.75%-
HSV(B)67.1º40.09%90.98%-
XYZ63.3474.9535.55-
YUV218.1183.36130.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 232 (91.02% from 255) = 39.19%
BLUE value IS 139 (54.69% from 255) = 23.48%
R=37.33%
G=39.19%
B=23.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212321390.0500.400.0967.166.9172.75
HexDDE88B50289434349
Octal335350213505011103103111
Binary11011101111010001000101110101010001001100001110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE88B; }

 p { color: rgb(221,232,139); }

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

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

 a { background-color: rgb(221,232,139); }

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

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

 span { border-color: rgb(221,232,139); }

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