#dde28b

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

Shades of Primrose #DDE28B

Tints of Primrose #DDE28B

Color information

#DDE28B (or 0xDDE28B) is unknown color: approx Primrose. HEX triplet: DD, E2 and 8B. RGB value is (221,226,139). Sum of RGB (Red+Green+Blue) = 221+226+139=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 139 (54.69% from 255 or 23.72% from 586); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE28B is #221D74. Grayscale: #D6D6D6. Windows color (decimal): -2235765 or 9167581. OLE color: 9167581.

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

Color convert

RGB221226139-
CMYK0.0200.380.11
HSL63.45º60%71.57%-
HSV(B)63.45º38.5%88.63%-
XYZ61.6871.6335-
YUV214.5985.34132.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 226 (88.67% from 255) = 38.57%
BLUE value IS 139 (54.69% from 255) = 23.72%
R=37.71%
G=38.57%
B=23.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212261390.0200.380.1163.456071.57
HexDDE28B2026B3f3c48
Octal3353422132046137774110
Binary11011101111000101000101110010011010111111111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dde28b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dde28b; }

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

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

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

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

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

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

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

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