#DCE081

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

Shades of Primrose #DCE081

Tints of Primrose #DCE081

Color information

#DCE081 (or 0xDCE081) is unknown color: approx Primrose. HEX triplet: DC, E0 and 81. RGB value is (220,224,129). Sum of RGB (Red+Green+Blue) = 220+224+129=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 129 (50.78% from 255 or 22.51% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE081 is #231F7E. Grayscale: #D4D4D4. Windows color (decimal): -2301823 or 8511708. OLE color: 8511708.

HSL color Cylindrical-coordinate representation of color #DCE081: hue angle of 62.53º 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 #DCE081 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB220224129-
CMYK0.0200.420.12
HSL62.53º60.51%69.22%-
HSV(B)62.53º42.41%87.84%-
XYZ60.1370.1131.13-
YUV211.9781.17133.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 224 (87.89% from 255) = 39.09%
BLUE value IS 129 (50.78% from 255) = 22.51%
R=38.39%
G=39.09%
B=22.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202241290.0200.420.1262.5360.5169.22
HexDCE081202AC3f3d45
Octal3343402012052147775105
Binary11011100111000001000000110010101011001111111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE081; }

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

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

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

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

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

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

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

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