#DDE09A

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

Shades of Primrose #DDE09A

Tints of Primrose #DDE09A

Color information

#DDE09A (or 0xDDE09A) is unknown color: approx Primrose. HEX triplet: DD, E0 and 9A. RGB value is (221,224,154). Sum of RGB (Red+Green+Blue) = 221+224+154=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 154 (60.55% from 255 or 25.71% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE09A is #221F65. Grayscale: #D7D7D7. Windows color (decimal): -2236262 or 10150109. OLE color: 10150109.

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

Color convert

RGB221224154-
CMYK0.0100.310.12
HSL62.57º53.03%74.12%-
HSV(B)62.57º31.25%87.84%-
XYZ62.3171.0241-
YUV215.1293.51132.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 224 (87.89% from 255) = 37.40%
BLUE value IS 154 (60.55% from 255) = 25.71%
R=36.89%
G=37.40%
B=25.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212241540.0100.310.1262.5753.0374.12
HexDDE09A101FC3f354a
Octal3353402321037147765112
Binary110111011110000010011010101111111001111111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE09A; }

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

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

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

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

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

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

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

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