#DCE59B

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

Shades of Primrose #DCE59B

Tints of Primrose #DCE59B

Color information

#DCE59B (or 0xDCE59B) is unknown color: approx Primrose. HEX triplet: DC, E5 and 9B. RGB value is (220,229,155). Sum of RGB (Red+Green+Blue) = 220+229+155=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 155 (60.94% from 255 or 25.66% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE59B is #231A64. Grayscale: #DADADA. Windows color (decimal): -2300517 or 10216924. OLE color: 10216924.

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

Color convert

RGB220229155-
CMYK0.0400.320.10
HSL67.3º58.73%75.29%-
HSV(B)67.3º32.31%89.8%-
XYZ63.4573.6241.88-
YUV217.8792.52129.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 229 (89.84% from 255) = 37.91%
BLUE value IS 155 (60.94% from 255) = 25.66%
R=36.42%
G=37.91%
B=25.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202291550.0400.320.1067.358.7375.29
HexDCE59B4020A433b4b
Octal33434523340401210373113
Binary1101110011100101100110111000100000101010000111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE59B; }

 p { color: rgb(220,229,155); }

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

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

 a { background-color: rgb(220,229,155); }

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

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

 span { border-color: rgb(220,229,155); }

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