#dde08d

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

Shades of Primrose #DDE08D

Tints of Primrose #DDE08D

Color information

#DDE08D (or 0xDDE08D) is unknown color: approx Primrose. HEX triplet: DD, E0 and 8D. RGB value is (221,224,141). Sum of RGB (Red+Green+Blue) = 221+224+141=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE08D is #221F72. Grayscale: #D5D5D5. Windows color (decimal): -2236275 or 9298141. OLE color: 9298141.

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

Color convert

RGB221224141-
CMYK0.0100.370.12
HSL62.17º57.24%71.57%-
HSV(B)62.17º37.05%87.84%-
XYZ61.2870.6135.6-
YUV213.6487.01133.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 224 (87.89% from 255) = 38.23%
BLUE value IS 141 (55.47% from 255) = 24.06%
R=37.71%
G=38.23%
B=24.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212241410.0100.370.1262.1757.2471.57
HexDDE08D1025C3e3948
Octal3353402151045147671110
Binary1101110111100000100011011010010111001111101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dde08d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dde08d; }

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

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

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

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

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

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

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

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