#DDE28A

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

Shades of Primrose #DDE28A

Tints of Primrose #DDE28A

Color information

#DDE28A (or 0xDDE28A) is unknown color: approx Primrose. HEX triplet: DD, E2 and 8A. RGB value is (221,226,138). Sum of RGB (Red+Green+Blue) = 221+226+138=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE28A is #221D75. Grayscale: #D6D6D6. Windows color (decimal): -2235766 or 9102045. OLE color: 9102045.

HSL color Cylindrical-coordinate representation of color #DDE28A: hue angle of 63.41º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDE28A is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB221226138-
CMYK0.0200.390.11
HSL63.41º60.27%71.37%-
HSV(B)63.41º38.94%88.63%-
XYZ61.671.634.62-
YUV214.4784.84132.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 226 (88.67% from 255) = 38.63%
BLUE value IS 138 (54.30% from 255) = 23.59%
R=37.78%
G=38.63%
B=23.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212261380.0200.390.1163.4160.2771.37
HexDDE28A2027B3f3c47
Octal3353422122047137774107
Binary11011101111000101000101010010011110111111111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE28A; }

 p { color: rgb(221,226,138); }

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

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

 a { background-color: rgb(221,226,138); }

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

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

 span { border-color: rgb(221,226,138); }

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