#DDE087

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

Shades of Primrose #DDE087

Tints of Primrose #DDE087

Color information

#DDE087 (or 0xDDE087) is unknown color: approx Primrose. HEX triplet: DD, E0 and 87. RGB value is (221,224,135). Sum of RGB (Red+Green+Blue) = 221+224+135=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 135 (53.12% from 255 or 23.28% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE087 is #221F78. Grayscale: #D5D5D5. Windows color (decimal): -2236281 or 8904925. OLE color: 8904925.

HSL color Cylindrical-coordinate representation of color #DDE087: hue angle of 62.02º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDE087 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB221224135-
CMYK0.0100.400.12
HSL62.02º58.94%70.39%-
HSV(B)62.02º39.73%87.84%-
XYZ60.8570.4333.31-
YUV212.9684.01133.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 224 (87.89% from 255) = 38.62%
BLUE value IS 135 (53.12% from 255) = 23.28%
R=38.10%
G=38.62%
B=23.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212241350.0100.400.1262.0258.9470.39
HexDDE0871028C3e3b46
Octal3353402071050147673106
Binary1101110111100000100001111010100011001111101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE087; }

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

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

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

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

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

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

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

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