#DCE98B

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

Shades of Primrose #DCE98B

Tints of Primrose #DCE98B

Color information

#DCE98B (or 0xDCE98B) is unknown color: approx Primrose. HEX triplet: DC, E9 and 8B. RGB value is (220,233,139). Sum of RGB (Red+Green+Blue) = 220+233+139=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE98B is #231674. Grayscale: #DADADA. Windows color (decimal): -2299509 or 9169372. OLE color: 9169372.

HSL color Cylindrical-coordinate representation of color #DCE98B: hue angle of 68.3º degrees, saturation: 0.68, 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 #DCE98B is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB220233139-
CMYK0.0600.400.09
HSL68.3º68.12%72.94%-
HSV(B)68.3º40.34%91.37%-
XYZ63.3175.3635.63-
YUV218.483.19129.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.16%
GREEN value IS 233 (91.41% from 255) = 39.36%
BLUE value IS 139 (54.69% from 255) = 23.48%
R=37.16%
G=39.36%
B=23.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202331390.0600.400.0968.368.1272.94
HexDCE98B60289444449
Octal334351213605011104104111
Binary11011100111010011000101111001010001001100010010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE98B; }

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

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

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

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

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

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

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

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