#DDE099

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

Shades of Primrose #DDE099

Tints of Primrose #DDE099

Color information

#DDE099 (or 0xDDE099) is unknown color: approx Primrose. HEX triplet: DD, E0 and 99. RGB value is (221,224,153). Sum of RGB (Red+Green+Blue) = 221+224+153=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 153 (60.16% from 255 or 25.59% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE099 is #221F66. Grayscale: #D7D7D7. Windows color (decimal): -2236263 or 10084573. OLE color: 10084573.

HSL color Cylindrical-coordinate representation of color #DDE099: hue angle of 62.54º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDE099 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB221224153-
CMYK0.0100.320.12
HSL62.54º53.38%73.92%-
HSV(B)62.54º31.7%87.84%-
XYZ62.2270.9840.56-
YUV215.0193.01132.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 153 (60.16% from 255) = 25.59%
R=36.96%
G=37.46%
B=25.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212241530.0100.320.1262.5453.3873.92
HexDDE0991020C3f354a
Octal3353402311040147765112
Binary1101110111100000100110011010000011001111111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE099; }

 p { color: rgb(221,224,153); }

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

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

 a { background-color: rgb(221,224,153); }

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

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

 span { border-color: rgb(221,224,153); }

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