#DCE88B

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

Shades of Primrose #DCE88B

Tints of Primrose #DCE88B

Color information

#DCE88B (or 0xDCE88B) is unknown color: approx Primrose. HEX triplet: DC, E8 and 8B. RGB value is (220,232,139). Sum of RGB (Red+Green+Blue) = 220+232+139=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE88B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE88B is #231774. Grayscale: #DADADA. Windows color (decimal): -2299765 or 9169116. OLE color: 9169116.

HSL color Cylindrical-coordinate representation of color #DCE88B: hue angle of 67.74º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCE88B is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB220232139-
CMYK0.0500.400.09
HSL67.74º66.91%72.75%-
HSV(B)67.74º40.09%90.98%-
XYZ63.0374.7935.54-
YUV217.8183.52129.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 232 (91.02% from 255) = 39.26%
BLUE value IS 139 (54.69% from 255) = 23.52%
R=37.23%
G=39.26%
B=23.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202321390.0500.400.0967.7466.9172.75
HexDCE88B50289444349
Octal334350213505011104103111
Binary11011100111010001000101110101010001001100010010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE88B; }

 p { color: rgb(220,232,139); }

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

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

 a { background-color: rgb(220,232,139); }

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

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

 span { border-color: rgb(220,232,139); }

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