#DDE98B

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

Shades of Primrose #DDE98B

Tints of Primrose #DDE98B

Color information

#DDE98B (or 0xDDE98B) is unknown color: approx Primrose. HEX triplet: DD, E9 and 8B. RGB value is (221,233,139). Sum of RGB (Red+Green+Blue) = 221+233+139=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 139 (54.69% from 255 or 23.44% from 593); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE98B is #221674. Grayscale: #DBDBDB. Windows color (decimal): -2233973 or 9169373. OLE color: 9169373.

HSL color Cylindrical-coordinate representation of color #DDE98B: hue angle of 67.66º degrees, saturation: 0.68, 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 #DDE98B is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB221233139-
CMYK0.0500.400.09
HSL67.66º68.12%72.94%-
HSV(B)67.66º40.34%91.37%-
XYZ63.6275.5135.65-
YUV218.783.02129.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 233 (91.41% from 255) = 39.29%
BLUE value IS 139 (54.69% from 255) = 23.44%
R=37.27%
G=39.29%
B=23.44%

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
Decimal2212331390.0500.400.0967.6668.1272.94
HexDDE98B50289444449
Octal335351213505011104104111
Binary11011101111010011000101110101010001001100010010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE98B; }

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

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

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

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

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

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

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

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