#DDE081

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

Shades of Primrose #DDE081

Tints of Primrose #DDE081

Color information

#DDE081 (or 0xDDE081) is unknown color: approx Primrose. HEX triplet: DD, E0 and 81. RGB value is (221,224,129). Sum of RGB (Red+Green+Blue) = 221+224+129=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 129 (50.78% from 255 or 22.47% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE081 is #221F7E. Grayscale: #D4D4D4. Windows color (decimal): -2236287 or 8511709. OLE color: 8511709.

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

Color convert

RGB221224129-
CMYK0.0100.420.12
HSL61.89º60.51%69.22%-
HSV(B)61.89º42.41%87.84%-
XYZ60.4470.2731.15-
YUV212.2781.01134.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 224 (87.89% from 255) = 39.02%
BLUE value IS 129 (50.78% from 255) = 22.47%
R=38.50%
G=39.02%
B=22.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212241290.0100.420.1261.8960.5169.22
HexDDE081102AC3e3d45
Octal3353402011052147675105
Binary1101110111100000100000011010101011001111101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE081; }

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

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

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

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

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

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

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

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