#DCE98A

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

Shades of Primrose #DCE98A

Tints of Primrose #DCE98A

Color information

#DCE98A (or 0xDCE98A) is unknown color: approx Primrose. HEX triplet: DC, E9 and 8A. RGB value is (220,233,138). Sum of RGB (Red+Green+Blue) = 220+233+138=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE98A is #231675. Grayscale: #DADADA. Windows color (decimal): -2299510 or 9103836. OLE color: 9103836.

HSL color Cylindrical-coordinate representation of color #DCE98A: hue angle of 68.21º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCE98A is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB220233138-
CMYK0.0600.410.09
HSL68.21º68.35%72.75%-
HSV(B)68.21º40.77%91.37%-
XYZ63.2475.3335.25-
YUV218.2882.69129.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 233 (91.41% from 255) = 39.42%
BLUE value IS 138 (54.30% from 255) = 23.35%
R=37.23%
G=39.42%
B=23.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202331380.0600.410.0968.2168.3572.75
HexDCE98A60299444449
Octal334351212605111104104111
Binary11011100111010011000101011001010011001100010010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE98A; }

 p { color: rgb(220,233,138); }

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

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

 a { background-color: rgb(220,233,138); }

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

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

 span { border-color: rgb(220,233,138); }

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