#DDE69A

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

Shades of Primrose #DDE69A

Tints of Primrose #DDE69A

Color information

#DDE69A (or 0xDDE69A) is unknown color: approx Primrose. HEX triplet: DD, E6 and 9A. RGB value is (221,230,154). Sum of RGB (Red+Green+Blue) = 221+230+154=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE69A is #221965. Grayscale: #DADADA. Windows color (decimal): -2234726 or 10151645. OLE color: 10151645.

HSL color Cylindrical-coordinate representation of color #DDE69A: hue angle of 67.11º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDE69A is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB221230154-
CMYK0.0400.330.10
HSL67.11º60.32%75.29%-
HSV(B)67.11º33.04%90.2%-
XYZ63.9574.341.54-
YUV218.6491.52129.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 230 (90.23% from 255) = 38.02%
BLUE value IS 154 (60.55% from 255) = 25.45%
R=36.53%
G=38.02%
B=25.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212301540.0400.330.1067.1160.3275.29
HexDDE69A4021A433c4b
Octal33534623240411210374113
Binary1101110111100110100110101000100001101010000111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE69A; }

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

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

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

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

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

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

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

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